|
65c213f1f3
|
Fixed import paths
|
2022-08-30 01:11:10 -04:00 |
|
Sasha Koshka
|
bde4bf8493
|
String and rune literals now have correct width
|
2022-08-18 11:25:40 -04:00 |
|
Sasha Koshka
|
a87973c141
|
Error widths now work properly
|
2022-08-18 02:04:49 -04:00 |
|
Sasha Koshka
|
39e4fbe844
|
Replaced references to file.Error with infoerr.Error
|
2022-08-18 00:58:40 -04:00 |
|
|
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 |
|
|
7914f0df45
|
Location now stores width instead of Error
|
2022-08-12 13:43:09 -05:00 |
|
|
81b47f7734
|
Replaced all occurences of github.com with git.tebibyte.media
|
2022-08-12 10:21:36 -05:00 |
|
|
71157122d6
|
Added support for hex, octal, and unicode escape sequences
|
2022-08-11 12:39:49 -05:00 |
|
|
a0d5b3a1a2
|
Added basic escape sequences to string parser
|
2022-08-11 04:05:55 -05:00 |
|
|
758b85e735
|
Added naieve string and char literal parsing
|
2022-08-11 02:47:51 -05:00 |
|