Added ultra simple build script for debug

This commit is contained in:
Emile Clark-Boman 2025-06-19 02:24:26 +10:00
parent 4a8f44d23f
commit f8f90fe92d
2 changed files with 7 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,2 +1,6 @@
__pycache__/
bin/
# TEMP: used while debugging
# (and cause I'm super duper lazy)
src/nlx

3
src/ddemo Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
nim c nlx.nim
./nlx ../lang/demo/$1