|
|
93f08d1944
|
feat: Add parsing for expressions.
This commit adds support for parsing expression using the pratt parsing
approach.
|
2026-03-12 12:14:00 +01:00 |
|
|
|
51bd07d313
|
feat: Add token definitions and lexer logic.
This commit adds the `Token` and `TokenKind` definitions in `src/token.rs`,
in `src/lexer.rs` I've added the `Lexer` logic.
|
2026-03-11 23:42:39 +01:00 |
|
|
|
9e4d4085ba
|
init: This is the initial commit.
This commit marks the start of the project. This adds a simple
command line interface which can be found in `src/cli.rs`.
|
2026-03-11 23:17:50 +01:00 |
|