Commit Graph

243 Commits

Author SHA1 Message Date
858db14e6d MlError does not override what() 2021-05-22 07:56:28 +02:00
cd8838c37d some comments removed 2021-05-21 22:54:31 +02:00
16f9f93944 read-file-lines function added 2021-05-21 22:53:57 +02:00
20b2f8e112 number parsing fix 2021-05-20 23:05:57 +02:00
b7fd6a9411 readme updates 2021-05-20 23:05:41 +02:00
07a04493fa rename utils 2021-05-20 23:05:00 +02:00
5dd336d382 date functions added 2021-05-20 23:03:03 +02:00
75a6e186a6 doc updates 2021-05-20 11:24:46 +02:00
08131d3e4e MlValue::is_string added 2021-05-15 23:43:24 +02:00
fb25a7ea40 false is nil not 0 2021-05-15 13:29:49 +02:00
1670ba9a9f small bit better unit testing 2021-05-15 13:29:15 +02:00
d04ef88b80 missing file for test.lsp 2021-05-15 00:03:08 +02:00
09250861d9 print ascii code of a character (ktoi) 2021-05-15 00:02:06 +02:00
cdfcc753e4 todo update 2021-05-10 19:25:23 +02:00
b287608554 remove obsolete files 2021-05-10 19:24:25 +02:00
deb483b83d itok function implemented 2021-05-10 19:14:35 +02:00
22406e1314 (not c) tests 2021-05-10 19:09:30 +02:00
d049675e9b remove unused constant endl 2021-05-10 19:08:06 +02:00
a752ebdf12 added two string functions, doc updates 2021-05-10 19:07:50 +02:00
783aa6976b better boolean handling..
still T symbol should be implemented
2021-05-05 21:43:08 +02:00
ea76cdf0be unit testing improvements 2021-05-04 20:59:45 +02:00
358414d7d3 do not suppose in eval that list first element is function 2021-05-04 19:59:49 +02:00
5ca8f64853 typo fixed in unit tests 2021-05-04 19:55:04 +02:00
95dfbadd88 unit testing very begining 2021-05-03 18:34:42 +02:00
91fce00df3 throw instead of exit 2021-05-03 18:33:46 +02:00
99ecd586d4 better error messages 2021-05-03 18:33:33 +02:00
af92d1f870 better (thread) error handling 2021-05-03 18:32:36 +02:00
c17d43724a stack trace at this moment only for main thread 2021-05-03 18:31:26 +02:00
0829f965be setX starts searching in current scope 2021-05-03 18:30:01 +02:00
78f870c17d slightly nicer code 2021-05-03 18:29:29 +02:00
a2a01dd676 threads work in progress 2021-04-22 22:50:53 +02:00
b8d9690141 lambda capture restored 2021-04-22 22:48:10 +02:00
13e5097f3a small string-join optimization 2021-04-19 21:58:16 +02:00
6638cdff55 set! functionality fix
this will be probably changed in future
2021-04-19 21:17:10 +02:00
a27bcda59b clearing call stack when exception is thrown 2021-04-19 21:15:51 +02:00
02c3a20936 work in progress on unit testing functions 2021-04-19 21:14:22 +02:00
7cc938fc7c when starting load only stdlib.lsp file, fix executable name in -v
later function for loading other files from mlisp dir will be added
2021-04-19 21:13:35 +02:00
af9211a1a0 clear call stack added 2021-04-19 21:11:22 +02:00
3224c22430 local build & install script 2021-04-19 21:10:49 +02:00
983518170b colloring fix 2021-04-19 21:10:04 +02:00
8598010d36 build and install locally script 2021-04-14 07:58:53 +02:00
0319bf6030 parenthesis colouring in repl 2021-04-14 07:57:58 +02:00
a50a3bceb3 set! added 2021-04-14 07:55:55 +02:00
c95d7ec886 pass as reference 2021-04-14 07:55:33 +02:00
e0574837b6 allow -b option
whole parsing of command line will be rewriten
2021-04-14 07:50:36 +02:00
2cef7a4a2b script to install to stocksriddle.com 2021-04-12 22:44:53 +02:00
8e1b50b795 documentation improvements 2021-04-12 22:43:51 +02:00
288b75c1ad stdlib changes 2021-04-12 22:43:21 +02:00
7f01dfe2f0 doc updates 2021-04-09 00:14:30 +02:00
8a6457d6fc fix nth 2021-04-09 00:13:41 +02:00