csv parser initial version

This commit is contained in:
2021-02-09 17:19:46 +01:00
parent d64570bf21
commit 5315e58823
5 changed files with 62 additions and 5 deletions

View File

@@ -20,5 +20,6 @@
### Example of use
```
time ./ml -c '(include "../example.lisp") (print (fact 1000))'
time ./build/ml -c '(include "../example.lisp") (print (fact 1000))'
./build/ml -f debug.lisp
```