Commit Graph

11 Commits

Author SHA1 Message Date
mars 7a1df3f58d Lex and parse string literals 2022-03-02 12:40:46 -07:00
mars 307b53a31c Decimal float literals 2022-03-02 11:54:28 -07:00
mars 732d80dd9a Lex and parse bool literals 2022-03-01 13:08:18 -07:00
mars 4fcad8c6a4 Refactor mutability 2022-03-01 10:27:41 -07:00
mars 9d074ddd19 Tail expressions, integer literal exprs 2022-03-01 10:06:47 -07:00
mars adf12c2ecd Reserve more tokens 2022-03-01 08:46:34 -07:00
mars 49b3634228 Add GPL license 2022-02-28 15:43:27 -07:00
mars 698c914633 Improve parser error handling 2022-02-28 14:36:24 -07:00
mars 2df63504e0 Remove debug messages from lexer 2022-02-28 13:21:35 -07:00
mars 2e170879ea Add TokenInfo for error logging, hopefully 2022-02-27 17:07:09 -07:00
mars f473fe324e Parse function signatures and skip over bodies 2022-02-27 15:27:24 -07:00