| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-24 | Array literals and array access | Mel | |
| 2021-10-24 | Postfix parsing | Mel | |
| 2021-10-23 | Allow _ in identifiers. | Mel | |
| 2021-10-23 | Loop expressions and concrete walker errors. | Mel | |
| 2021-10-23 | Fix clippy warnings | Mel | |
| 2021-10-23 | Simplify parser macros | Mel | |
| 2021-10-23 | Remove Plus unary op and implement other unary ops | Mel | |
| 2021-10-23 | Add true and false keywords to unit expression | Mel | |
| 2021-10-22 | Skip comments in lexer | Mel | |
| 2021-10-22 | Display values without type | Mel | |
| 2021-10-22 | Boolean logic and If expressions. | Mel | |
| 2021-10-22 | Split execution modes | Mel | |
| 2021-10-21 | Ignore newlines as tokens. | Mel | |
| 2021-10-21 | Implement program walking. | Mel | |
| 2021-10-20 | Statement parsing. | Mel | |
| 2021-10-20 | Fix typo 'Identifer'. | Mel | |
| 2021-10-19 | Expand grammar. | Mel | |
| 2021-10-19 | Add more lexer tokens | Mel | |
| 2021-10-18 | Always make division produce floats. | Mel | |
| 2021-10-18 | Add basic expression repl. | Mel | |
| 2021-10-18 | Simple AST walker. | Mel | |
| 2021-10-18 | Basic expression parsing | Mel | |
| 2021-10-18 | Parsing expressions scaffold | Mel | |
| 2021-10-17 | Lexing | Mel | |
