Commit Graph

31 Commits

Author SHA1 Message Date
VaclavT a5a0029341 better exception message in some cases 2021-11-07 12:24:00 +01:00
VaclavT 865e198a5b tcp-server/client a bit improved 2021-11-05 15:27:21 +01:00
VaclavT 4359012190 #t and #f added to language, datetime fixes 2021-10-12 13:26:38 +02:00
VaclavT ecbc3af789 detailed stracktrace only when option -d, second implemented in c++ 2021-10-11 12:04:49 +02:00
VaclavT f92cefc004 a bit better call stack 2021-10-07 07:19:53 +02:00
VaclavT 6ada537e47 cond implemented
special form, not as a macro
2021-10-03 13:18:27 +02:00
VaclavT a199f10078 some formating 2021-09-30 20:01:33 +02:00
VaclavT 1e0506e6cd usql updates, lexer changes 2021-09-15 21:22:24 +02:00
VaclavT f594437b61 version 0.2
try, throw implemented
help screen updates
some code reorganisation
readme and doc updates
2021-06-10 23:26:14 +02:00
VaclavT 858db14e6d MlError does not override what() 2021-05-22 07:56:28 +02:00
VaclavT 08131d3e4e MlValue::is_string added 2021-05-15 23:43:24 +02:00
VaclavT 783aa6976b better boolean handling..
still T symbol should be implemented
2021-05-05 21:43:08 +02:00
VaclavT af92d1f870 better (thread) error handling 2021-05-03 18:32:36 +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 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 f0fab9a9ec load stdlib code bit simplyfied 2021-03-22 06:52:10 +01:00
VaclavT fcb3b4c5c5 int is dead, long live long type! 2021-03-17 23:56:02 +01:00
VaclavT c4e4522492 fixes & enhandcements
(benchmark code..) implemented
repl completion very first version
(string xx) added
some builtin renames
a bit of comments
a bit of cocumentation
(sleep interval) added
2021-03-14 16:15:04 +01:00
VaclavT dd8502231d main.cpp introduced 2021-03-10 23:53:49 +01:00
VaclavT 55d39ef321 added option -h and -v 2021-03-10 23:29:49 +01:00
VaclavT 11ad7fc3bc small fixes 2021-03-10 23:10:21 +01:00
Vaclav Tvrdik d54c2ee79b UNIT type removed 2021-03-07 18:48:57 +01:00
Vaclav Tvrdik 3d54ed9fb3 better handling of comments 2021-03-07 18:40:26 +01:00
VaclavT 8586a66285 initial support for nil, make-list
unfinished, but usable.. still 0 is false in libs and code
2021-03-01 18:26:58 +01:00
VaclavT e84d63c138 const & parameter 2021-02-22 01:25:49 +01:00
VaclavT c1532e78b1 REMOVED USER_STD macros, code formating, csv changes, few file functions 2021-02-15 23:20:20 +01:00
VaclavT 4bc784ba80 remove some comments 2021-02-15 00:05:33 +01:00
VaclavT 6e2eb11bf9 const & 2021-02-14 09:08:03 +01:00
VaclavT 96fc47099c const & added 2021-02-11 23:39:53 +01:00
VaclavT dc55a967ef basic json parsing added
null not supported correctly
2021-02-11 00:30:36 +01:00