Commit Graph

12 Commits

Author SHA1 Message Date
081def0be0 Implements basic numerical tables
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-09 20:15:09 +02:00
7d75131822 Implemented comparison equality operators 2019-06-08 15:38:08 +02:00
b275e1fbd6 Added basics for lexing index expressions 2019-06-05 21:01:59 +02:00
c407ba2f50 Implements parsing function declarations 2019-05-31 15:00:14 +02:00
9131fbfee7 Implements inequality token 2019-05-25 14:17:52 +02:00
6eb005ab3f Lex Strings 2019-05-22 13:24:28 +02:00
aec07bd29a Adds support for parenthesized expressions 2019-05-21 17:16:53 +02:00
2b35da3a7b Add support for diagnostics 2019-05-21 13:56:08 +02:00
37e770f1cb Implements expression parsing 2019-05-20 17:45:03 +02:00
06fe0e7c4c Added lexing support for identifiers and keywords 2019-05-19 14:26:21 +02:00
8285811fb7 Add a couple more characters to lex 2019-05-19 12:49:26 +02:00
22e450e7e7 Initial commit, adds very basic Lexing 2019-05-18 20:35:51 +02:00