Commit Graph

3 Commits

Author SHA1 Message Date
bb9cb8d2d1 docs: Add and improve documentation for every module. 2026-03-12 20:44:41 +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