Commit Graph

141 Commits

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