Commit Graph

150 Commits

Author SHA1 Message Date
VaclavT 281f7d8700 usql update 2021-07-27 18:07:20 +02:00
VaclavT 513c8da358 comments update 2021-07-23 00:02:03 +02:00
VaclavT 5005644d98 usql update
usql is still very primitive..it just barely works
2021-07-23 00:00:57 +02:00
VaclavT 4f113ab2c5 autocomplete added missing keywords 2021-07-14 12:05:25 +02:00
VaclavT 577370caef very basic version of usql 2021-07-14 12:01:44 +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 b50e9ba128 quick-sort-reverse added 2021-06-08 23:27:46 +02:00
VaclavT 858db14e6d MlError does not override what() 2021-05-22 07:56:28 +02:00
VaclavT cd8838c37d some comments removed 2021-05-21 22:54:31 +02:00
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