| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Lexer+Parser: Add support for some unary operations | Mustafa Quraish | 2022-01-28 | 6 | -8/+50 |
| * | Add some scripts to help assemble generated output and run it | Mustafa Quraish | 2022-01-28 | 3 | -1/+32 |
| * | Add a parser, dump the AST in main | Mustafa Quraish | 2022-01-28 | 3 | -5/+156 |
| * | Add AST/type definitions | Mustafa Quraish | 2022-01-28 | 2 | -0/+142 |
| * | Shorten Lexer method names to next/peek | Mustafa Quraish | 2022-01-28 | 2 | -7/+10 |
| * | Use custom macro for tokens enum+names | Mustafa Quraish | 2022-01-28 | 2 | -81/+75 |
| * | Initial commit + start of lexer | Mustafa Quraish | 2022-01-24 | 11 | -0/+449 |