shebang support added

This commit is contained in:
2021-03-23 07:45:22 +01:00
parent f0fab9a9ec
commit 2c68861451
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
- better error reporting..for example ls_dir on non existing dir should prind `pwd` dir
### TODO
- add debug support, at least function call could keep call stack
- documentation
- add url of source/inspiration to clib/*.cpp
- add stdtest - to test every functionality
@@ -12,7 +13,6 @@
- add -sb option to remove sheebang line
- add instrumentation (time, nr of evals, num of atoms, debug info, debug environment etc)
- add -p (profile/performance option)
- add debug support function call could keep call stack
- multiline editting (kilo editor)
- execute system command should capture stderr
- add built in for and, or