Go to file
VaclavT 3d119f8c87 stdlib dir created 2021-02-11 23:37:57 +01:00
.vscode basic json parsing added 2021-02-11 00:30:36 +01:00
clib basic json parsing added 2021-02-11 00:30:36 +01:00
doc initial project setup 2021-02-09 13:53:35 +01:00
stdlib stdlib dir created 2021-02-11 23:37:57 +01:00
tmp stdlib dir created 2021-02-11 23:37:57 +01:00
.gitignore basic json parsing added 2021-02-11 00:30:36 +01:00
CMakeLists.txt basic json parsing added 2021-02-11 00:30:36 +01:00
Readme.md basic json parsing added 2021-02-11 00:30:36 +01:00
debug.lisp basic json parsing added 2021-02-11 00:30:36 +01:00
ml.cpp basic json parsing added 2021-02-11 00:30:36 +01:00
ml.h basic json parsing added 2021-02-11 00:30:36 +01:00

Readme.md

TODO

  • support for strings with " included
  • update openssl libs
  • documentation
  • add url of source/inspiration to clib/*.cpp

Functionality

  • readline
  • cvs read
  • url read
  • json
  • printf
  • env
  • support for including lib
  • date support
  • file functions
  • string funtions

Performance

  • push_back - repeately without reserving size

Example of use

time ./build/ml -c '(include "../example.lisp") (print (fact 1000))'
./build/ml -f debug.lisp