Moved all lexer functionality to src/noether/lexer

This commit is contained in:
Emile Clark-Boman 2025-06-17 13:20:33 +10:00
parent dff40e6b27
commit f3c604631b
5 changed files with 1 additions and 2 deletions

View file

@ -9,6 +9,5 @@ installExt = @["nim"]
bin = @["noether", "nlx"]
backend = "c"
# Dependencies
requires "nim >= 2.2.0"