initial project setup

This commit is contained in:
2021-02-09 13:53:35 +01:00
commit d64570bf21
12 changed files with 2152 additions and 0 deletions

24
Readme.md Normal file
View File

@@ -0,0 +1,24 @@
### TODO
#### Functionality
- readline
- cvs read
- url read
- json
- printf
- env
- support for including lib
- date support
#### Performance
- push_back - repeately without reserving size
### Example of use
```
time ./ml -c '(include "../example.lisp") (print (fact 1000))'
```