Commit Graph

11 Commits

Author SHA1 Message Date
Luna d2e865adfc fix for latest zig 2019-11-02 10:22:23 -03:00
Luna 036e76d3a5 fix for latest zig 2019-06-30 00:01:03 -03:00
Luna 44c27f43b7 move new_scanner.zig to scanner.zig 2019-06-02 13:17:32 -03:00
Luna 7d7aabbdd7 scanner: add keyword handling (copied off the old scanner)
as with most things, lol
2019-06-01 17:20:50 -03:00
Luna 27b04e1612 scanner: add basic error handling, strings, comments 2019-06-01 17:07:22 -03:00
Luna 756f85d77d add multiline block comments 2019-05-31 22:45:23 -03:00
Luna bba969922f add reading of keywords on doIdentifier 2019-05-31 22:39:53 -03:00
Luna 9d4c1249b4 add keyword map when scanner is initialized
- add basic identifier reading
2019-05-31 22:34:10 -03:00
Luna 69aa7b493d add number tokens 2019-05-31 22:08:41 -03:00
Luna d1db7a0bd9 add consumption of comments and strings 2019-05-31 21:46:18 -03:00
Luna 9a2c50a53e add basic tokens and a basic lexer 2019-05-31 21:23:51 -03:00