first version of system-cmd

This commit is contained in:
2021-02-14 13:02:11 +01:00
parent e1465ae786
commit 5145f5d664
3 changed files with 89 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
### TODO
- construct list for parse-csv in csvparse.cpp instead of ml.cpp
- support for strings with " included
- documentation
- add url of source/inspiration to clib/*.cpp
@@ -10,13 +9,16 @@
- prejmenovat ivaluize
- add some debug support??
- add instrumentation (time, nr of evals, debug info, debug environment etc)
- in cating functions (as_string..) better exception description
- add fuctions asecond,third, fourth...
- add better print (syntaxhighligting)
#### Functionality
- readline
- execute system command
- printf
- env
- support for including lib
- support for including lisp lib
- date support
- file functions
- name it here