Moved all lexer functionality to src/noether/lexer
This commit is contained in:
parent
dff40e6b27
commit
f3c604631b
5 changed files with 1 additions and 2 deletions
|
|
@ -9,6 +9,5 @@ installExt = @["nim"]
|
|||
bin = @["noether", "nlx"]
|
||||
backend = "c"
|
||||
|
||||
|
||||
# Dependencies
|
||||
requires "nim >= 2.2.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import os
|
||||
import noether/lex
|
||||
import noether/lexer/tokstream
|
||||
|
||||
when isMainModule:
|
||||
echo "Noether Lang Extras v0.1.0 - nlx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue