Commit Graph

3 Commits

Author SHA1 Message Date
9ac8a79151 feat: Add a README.md and logo.svg. 2026-03-11 23:42:43 +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