| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-01-24 | fn literals | Bobby | 2 | -0/+117 |
| 2024-01-24 | If-Else Parsing | Bobby | 2 | -0/+150 |
| 2023-11-17 | added parsing boolean expressions | Bobby | 2 | -27/+122 |
| 2023-11-17 | added helper functions: `testIdentifier`, `testLiteralExpression` `testInfixE... | Bobby | 1 | -0/+71 |
| 2023-11-17 | added:parser tracing for verbose testing | Bobby | 2 | -0/+47 |
| 2023-11-08 | parser:operator precedence tests | Bobby | 1 | -0/+71 |
| 2023-11-08 | parse infix operators | Bobby | 2 | -2/+127 |
| 2023-11-04 | parser:prefix ! and - | Bobby | 1 | -0/+24 |
| 2023-11-03 | Add PrefixExpressions and ParseIntegerLiterals w/tests | Bobby | 2 | -2/+69 |
| 2023-11-03 | parser:init pratt parser. parser:add prefix, infix and `parseIntegerLiteral` | Bobby | 2 | -2/+154 |
| 2023-11-03 | fmt:source tree | Bobby | 2 | -4/+2 |
| 2023-11-02 | parser:return | Bobby | 2 | -1/+53 |
| 2023-11-02 | parser:let|ident | Bobby | 2 | -0/+223 |
