|
856d5763d3
|
Lexer tokens are now created by the lexer
This is so positional information can be accurately embedded into them.
|
2022-08-12 14:34:07 -05:00 |
|
|
accf528869
|
Locations and tokens are now capable of creating errors on their own
|
2022-08-12 13:51:38 -05:00 |
|
|
81b47f7734
|
Replaced all occurences of github.com with git.tebibyte.media
|
2022-08-12 10:21:36 -05:00 |
|
|
4d73fa4b83
|
Fixed equality issue with int
|
2022-08-11 03:58:45 -05:00 |
|
|
bef5b0328e
|
Fixed PermissionFrom()
|
2022-08-11 03:52:16 -05:00 |
|
|
040e14d27c
|
Test now prints out list of tokens
|
2022-08-10 15:02:08 -04:00 |
|
|
488220f3a7
|
Added all tokens to unit test
|
2022-08-10 11:43:21 -04:00 |
|
|
3f16d34aa1
|
Added unit test for lexer
|
2022-08-10 11:28:29 -04:00 |
|
|
245798f33d
|
Print warning when a tab is discovered where it shouldn't be
|
2022-08-10 01:22:53 -04:00 |
|
|
a0ce033c27
|
Added a ton more token kinds
|
2022-08-10 00:48:18 -04:00 |
|
Sasha Koshka
|
e8f6165f38
|
Created stub high-level module compilation function
|
2022-08-08 03:08:50 -04:00 |
|
Sasha Koshka
|
68a6bdf511
|
Added token struct
|
2022-08-07 15:18:30 -04:00 |
|