From f6bba09f0f81d9571e891b0b10e71989cfca322e Mon Sep 17 00:00:00 2001 From: VaclavT Date: Mon, 15 Feb 2021 00:07:04 +0100 Subject: [PATCH] some readme items added --- .gitignore | 1 + Readme.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b315d8f..bf1a793 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build /cmake-build-debug/ .idea +ml diff --git a/Readme.md b/Readme.md index f95b37d..820fa5b 100644 --- a/Readme.md +++ b/Readme.md @@ -1,23 +1,26 @@ ### TODO - support for strings with " included +- logical operators - documentation - add url of source/inspiration to clib/*.cpp - load std lib when starting - add more command line args - split into more files - prejmenovat ivaluize +- add benchmark - 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) +- add options -h -v + #### Functionality - readline - execute system command - printf -- env - support for including lisp lib - date support - file functions @@ -25,6 +28,7 @@ - string funtions - name it here - add hash datatype +- add support for nil #### Performance