Commit Graph

332 Commits

Author SHA1 Message Date
VaclavT 4359012190 #t and #f added to language, datetime fixes 2021-10-12 13:26:38 +02:00
VaclavT adca8a452b launch config update 2021-10-11 17:25:03 +02:00
VaclavT 91f1a8b6c7 usql updates 2021-10-11 17:24:44 +02:00
VaclavT 4a074e9ba3 second is implemented in c++ for performance reason 2021-10-11 17:22:25 +02:00
VaclavT c30432d175 date related update 2021-10-11 17:21:41 +02:00
VaclavT ecbc3af789 detailed stracktrace only when option -d, second implemented in c++ 2021-10-11 12:04:49 +02:00
VaclavT b68987fdd7 better bad cast error message 2021-10-07 07:24:22 +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 ed0667475c more keywords added 2021-09-30 20:02:21 +02:00
VaclavT 3a3ac10a32 reverting some date code
still not finished
2021-09-30 20:02:06 +02:00
VaclavT a199f10078 some formating 2021-09-30 20:01:33 +02:00
VaclavT 50aae0b0e8 date test updated, but still wip
because mlisps date epoch is in local time, which is temporary solution
2021-09-26 23:27:11 +02:00
VaclavT 8dddb645cf installation instructions update 2021-09-26 23:26:00 +02:00
VaclavT 7f793bde61 misc fixes 2021-09-23 23:03:54 +02:00
VaclavT 48f46289d6 syntax file for vs code lisp extension 2021-09-20 18:26:01 +02:00
VaclavT 22eedabe58 null needs to be mapped too 2021-09-20 18:25:43 +02:00
VaclavT b4fb6e13d3 usql update 2021-09-20 18:25:17 +02:00
VaclavT 6900c5bdba added 5 new functions (sixth, seventh..) 2021-09-20 18:24:21 +02:00
VaclavT 843eb3a72f to_string is more efficient now 2021-09-17 00:00:50 +02:00
VaclavT 8b78ff87c9 be more benevolent on symbol names 2021-09-17 00:00:13 +02:00
VaclavT 8e94a01d2d usql update 2021-09-16 23:49:32 +02:00
VaclavT 1e0506e6cd usql updates, lexer changes 2021-09-15 21:22:24 +02:00
VaclavT 7e4a4b5583 miscelanous updates 2021-09-15 21:20:28 +02:00
VaclavT 7ba6f3bef3 fix in date functions 2021-08-31 19:01:03 +02:00
VaclavT dc9e5317e4 remove unneeded include 2021-08-31 19:00:27 +02:00
VaclavT dfa7c1c15b usql update 2021-08-31 19:00:03 +02:00
VaclavT 85bc6c9363 faster date processing by reusing string stream 2021-08-23 18:14:26 +02:00
VaclavT 0e90d6047c usql update 2021-08-23 18:14:05 +02:00
VaclavT 8d220356f2 do not reallocate memory so often 2021-08-06 22:52:23 +02:00
VaclavT 198d91b498 namespace removed where not needed 2021-07-27 19:37:07 +02:00
VaclavT db0e280371 usql update 2021-07-27 19:31:41 +02:00
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