Commit Graph

1012 Commits (master)
 

Author SHA1 Message Date
Tristan B. V. Kildaire 715efb1b14 Compiler
- On `compile` command failure exit with a status of `-1`
1 year ago
Tristan B. V. Kildaire f9e1a28296 Compiler
- Documented `CompilerError` and all of its enums
1 year ago
Tristan B. V. Kildaire bf2ad84b28
Update README.md 1 year ago
Tristan B. V. Kildaire c78679c297
Update README.md 1 year ago
Tristan B. V. Kildaire 95084ec639
Disabled deployment for now
Permissions problems.
1 year ago
Tristan B. V. Kildaire dd31ae1263
Update d.yml 1 year ago
Tristan B. V. Kildaire 42fe576d33
Update d.yml 1 year ago
Tristan B. V. Kildaire 1e65b2caee
Update d.yml 1 year ago
Tristan B. V. Kildaire 8c588ab52f
Update d.yml 1 year ago
Tristan B. V. Kildaire 98b954009d
Update d.yml 1 year ago
Tristan B. V. Kildaire a734347a89
Update d.yml 1 year ago
Tristan B. V. Kildaire 009c4cf560
Update d.yml 1 year ago
Tristan B. V. Kildaire ea7699bc36
Update d.yml 1 year ago
Tristan B. V. Kildaire 3a8d856fbc
Update d.yml 1 year ago
Tristan B. V. Kildaire 5bdd985428
Update d.yml 1 year ago
Tristan B. V. Kildaire d5e5880f7f
Update d.yml 1 year ago
Tristan B. V. Kildaire 695d7a5045
Update d.yml 1 year ago
Tristan B. V. Kildaire 215f301557
Added 2 more tests for code emit
- Added do-while test
- Added for-loop test
1 year ago
Tristan B. V. Kildaire 4e37078276
Update d.yml 1 year ago
Tristan B. V. Kildaire 64500ea2d2
Update d.yml 1 year ago
Tristan B. V. Kildaire 73b9d8332a
Update d.yml 1 year ago
Tristan B. V. Kildaire 9eeacdb3c4
Update d.yml 1 year ago
Tristan B. V. Kildaire 43677cbcfb
Added code emit tests 1 year ago
Tristan B. V. Kildaire 91e389c4ff
Finished typechecking tests 1 year ago
Tristan B. V. Kildaire 464d30b06c
Update d.yml 1 year ago
Tristan B. V. Kildaire 899f832b36
Added more tests 1 year ago
Tristan B. V. Kildaire 8d86f3618a
Update d.yml 1 year ago
Tristan B. V. Kildaire 46e963e98a
Update d.yml 1 year ago
Tristan B. V. Kildaire 3069878aa6
Update d.yml 1 year ago
Tristan B. V. Kildaire 713d491727
Update d.yml 1 year ago
Tristan B. V. Kildaire c90e25da4e
Update d.yml 1 year ago
Tristan B. V. Kildaire 8675cd0a1c
Update d.yml 1 year ago
Tristan B. V. Kildaire 14c18fd2b4
Update d.yml 1 year ago
Tristan B. V. Kildaire 01a3011c23
Update d.yml 1 year ago
Tristan B. V. Kildaire 6c219d87dd
Update d.yml 1 year ago
Tristan B. V. Kildaire c2d637d952
Update d.yml 1 year ago
Tristan B. V. Kildaire e158e448b5
Update d.yml 1 year ago
Tristan B. V. Kildaire d2ddf3084f
Update d.yml 1 year ago
Tristan B. V. Kildaire 34f937df10
Disable windows build
For now, disable any non-POSIX operating systems
1 year ago
Tristan B. V. Kildaire 40bc4470dc
Update d.yml 1 year ago
Tristan B. V. Kildaire 334eb60b4d
Update d.yml 1 year ago
Tristan B. V. Kildaire de2e6edfd5
Update README.md 1 year ago
Tristan B. V. Kildaire 3d2ea5a395
Create d.yml 1 year ago
Tristan B. V. Kildaire f0c1534fcd
Update README.md 1 year ago
Tristan B. V. Kildaire 38cfb6293c
Update d.yml 1 year ago
Tristan B. V. Kildaire 5f22ca65c0
Update d.yml 1 year ago
Tristan B. V. Kildaire 202db8cca4
Update d.yml 1 year ago
Tristan B. V. Kildaire cc8fcceab9
Create d.yml 1 year ago
Tristan B. V. Kildaire 3b4142f16b Parser
- Implemented `ulong getCursor()` which returns the parser's token pointer
1 year ago
Tristan B. V. Kildaire 37225c8484 Parser
- Added a TODO about a possible refactor to make things split out more
- Implemented `setCursor(ulong)` so that we can update the position of the token pointer
1 year ago