some readme items added
This commit is contained in:
parent
140abbccd4
commit
f6bba09f0f
|
|
@ -1,3 +1,4 @@
|
||||||
build
|
build
|
||||||
/cmake-build-debug/
|
/cmake-build-debug/
|
||||||
.idea
|
.idea
|
||||||
|
ml
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,26 @@
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
- support for strings with " included
|
- support for strings with " included
|
||||||
|
- logical operators
|
||||||
- documentation
|
- documentation
|
||||||
- add url of source/inspiration to clib/*.cpp
|
- add url of source/inspiration to clib/*.cpp
|
||||||
- load std lib when starting
|
- load std lib when starting
|
||||||
- add more command line args
|
- add more command line args
|
||||||
- split into more files
|
- split into more files
|
||||||
- prejmenovat ivaluize
|
- prejmenovat ivaluize
|
||||||
|
- add benchmark
|
||||||
- add some debug support??
|
- add some debug support??
|
||||||
- add instrumentation (time, nr of evals, debug info, debug environment etc)
|
- add instrumentation (time, nr of evals, debug info, debug environment etc)
|
||||||
- in cating functions (as_string..) better exception description
|
- in cating functions (as_string..) better exception description
|
||||||
- add fuctions asecond,third, fourth...
|
- add fuctions asecond,third, fourth...
|
||||||
- add better print (syntaxhighligting)
|
- add better print (syntaxhighligting)
|
||||||
|
- add options -h -v
|
||||||
|
|
||||||
|
|
||||||
#### Functionality
|
#### Functionality
|
||||||
- readline
|
- readline
|
||||||
- execute system command
|
- execute system command
|
||||||
- printf
|
- printf
|
||||||
- env
|
|
||||||
- support for including lisp lib
|
- support for including lisp lib
|
||||||
- date support
|
- date support
|
||||||
- file functions
|
- file functions
|
||||||
|
|
@ -25,6 +28,7 @@
|
||||||
- string funtions
|
- string funtions
|
||||||
- name it here
|
- name it here
|
||||||
- add hash datatype
|
- add hash datatype
|
||||||
|
- add support for nil
|
||||||
|
|
||||||
|
|
||||||
#### Performance
|
#### Performance
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue