Added support for various nlTokTypes and added multiple demos

This commit is contained in:
Emile Clark-Boman 2025-06-17 13:08:21 +10:00
parent e49b1d659b
commit dff40e6b27
8 changed files with 43 additions and 13 deletions

View file

@ -2,7 +2,7 @@ import os
import noether/lex
when isMainModule:
echo "Noether Lang - Extras"
echo "Noether Lang Extras v0.1.0 - nlx"
if paramCount() > 0:
let filename = paramStr(1)