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"

View file

@ -1,5 +1,5 @@
import os
import noether/lex
import noether/lexer/tokstream
when isMainModule:
echo "Noether Lang Extras v0.1.0 - nlx"