My attempt at making a programming language, just a hobby 🥚
Find a file
2024-09-20 14:32:07 +01:00
src refactor(lexer): replace Spanned<T> generic with explicit Token struct 2024-09-20 14:32:07 +01:00
.gitignore Initial commit 2024-09-20 12:29:49 +01:00
Cargo.toml Initial commit 2024-09-20 12:29:49 +01:00
grammar.txt Initial commit 2024-09-20 12:29:49 +01:00