Also parseStmt now discards nlTokKind.tkEOL (this shouldn't be left in long term, just a temporary solution)
5 lines
181 B
Nim
5 lines
181 B
Nim
# This is just an example to get you started. A typical hybrid package
|
|
# uses this file as the main entry point of the application.
|
|
|
|
when isMainModule:
|
|
echo "Noether Lang v0.1.0"
|