| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-04-10 | hashes | Bobby | 1 | -0/+104 |
| 2024-04-04 | arrays and array indexes | Bobby | 1 | -0/+43 |
| 2024-04-04 | parsing array expressions | Bobby | 1 | -0/+25 |
| 2024-03-29 | Strings | Bobby | 1 | -0/+19 |
| 2024-03-08 | ast: fn init | Bobby | 1 | -7/+7 |
| 2024-02-07 | removing optional ; todos | Bobby | 1 | -27/+24 |
| 2024-02-03 | CallExpressions Implemented. Parser Done | Bobby | 1 | -0/+49 |
| 2024-01-24 | fn literals | Bobby | 1 | -0/+74 |
| 2024-01-24 | If-Else Parsing | Bobby | 1 | -0/+106 |
| 2023-11-17 | added parsing boolean expressions | Bobby | 1 | -22/+110 |
| 2023-11-17 | added helper functions: `testIdentifier`, `testLiteralExpression` `testInfixE... | Bobby | 1 | -0/+71 |
| 2023-11-08 | parser:operator precedence tests | Bobby | 1 | -0/+71 |
| 2023-11-08 | parse infix operators | Bobby | 1 | -0/+57 |
| 2023-11-03 | Add PrefixExpressions and ParseIntegerLiterals w/tests | Bobby | 1 | -1/+68 |
| 2023-11-03 | parser:init pratt parser. parser:add prefix, infix and `parseIntegerLiteral` | Bobby | 1 | -0/+70 |
| 2023-11-03 | fmt:source tree | Bobby | 1 | -2/+1 |
| 2023-11-02 | parser:return | Bobby | 1 | -0/+34 |
| 2023-11-02 | parser:let|ident | Bobby | 1 | -0/+91 |
