Added ultra simple build script for debug
This commit is contained in:
parent
4a8f44d23f
commit
f8f90fe92d
2 changed files with 7 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,6 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
bin/
|
bin/
|
||||||
|
|
||||||
|
# TEMP: used while debugging
|
||||||
|
# (and cause I'm super duper lazy)
|
||||||
|
src/nlx
|
||||||
|
|
|
||||||
3
src/ddemo
Executable file
3
src/ddemo
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
nim c nlx.nim
|
||||||
|
./nlx ../lang/demo/$1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue