Commit Graph

10 Commits

Author SHA1 Message Date
Luna f70f2ea1ae add basic parser 2019-06-05 22:06:12 -03:00
Luna a44f04c7c8 scanner: finish off with identifiers and keywords 2019-06-04 21:16:25 -03:00
Luna 498ea72da4 add support for ++ and += 2019-06-04 18:07:46 -03:00
Luna 285f0b8410 add string support 2019-06-04 17:52:37 -03:00
Luna 8a9522d954 add multiline comment support 2019-06-04 17:40:13 -03:00
Luna 1e47b29685 fix scanner peek/peekNext 2019-06-04 17:28:48 -03:00
Luna 765cef87db add number and comment support 2019-06-04 17:24:07 -03:00
Luna 1453bef6c5 add nicer error handling, whitespace skipping 2019-06-04 15:18:52 -03:00
Luna 59083198c6 add basic scanner logic 2019-06-04 15:06:57 -03:00
Luna 3d243eefff add runPrompt / runFile / run functions 2019-06-03 23:12:16 -03:00