Commit Graph

48 Commits

Author SHA1 Message Date
1d863d3ec9 conditional compilation \#case 2021-07-12 15:22:03 -06:00
8c05c35e9b conditional compilation \#cond 2021-07-12 13:46:53 -06:00
3cf0d66a27 conditional \#when and \#unless 2021-07-12 13:36:40 -06:00
709a34ebdc \#if conditional compilation macro 2021-07-12 13:15:06 -06:00
5d0d72d6ae test for modular macros 2021-06-26 11:40:00 -06:00
0e4c21d209 letThrow as a convenient way to debug a try-catch expression 2021-05-22 14:18:00 -06:00
42d50600d1 (once) and (oncePerInstance) 2021-04-27 20:05:57 -06:00
0e98e72245 (collect) macro 2021-04-26 18:50:42 -06:00
5a05aec560 Fix regression of commend-at-eof error 2021-04-26 18:50:42 -06:00
665e4a3ca7 Find files relative to build macro caller 2021-04-24 20:34:47 -06:00
35848dd130 Test macro list expansion 2021-04-02 12:51:15 -06:00
cde8b3b7be Allow macros to define more than one field 2021-04-02 12:32:58 -06:00
f64393a161 Kiss VSCode runtime Kiss evaluation 2021-03-18 16:20:09 -06:00
ca206ccc7e Void function support 2021-03-17 11:15:12 -06:00
9fac23bcd0 arrow lambdas 2021-02-17 09:33:27 -07:00
2c039cc485 String interpolation 2021-01-24 18:26:19 -07:00
9dd9c2d13d raw strings 2021-01-24 17:25:15 -07:00
f02e596d24 make all numbers truthy 2021-01-24 11:53:58 -07:00
aca74f3589 whenLet, unlessLet 2021-01-16 21:38:45 -07:00
6a297bfcac ifLet 2021-01-16 21:38:45 -07:00
0c3427cf84 arithmetic assignment 2021-01-04 13:02:50 -07:00
95fa5e5a12 Nested (or) in (case) patterns 2021-01-04 09:02:06 -07:00
79a68ec233 Spec for better (or) handling in (case) 2021-01-04 08:45:24 -07:00
1f0ea932e8 Allow case guards, | 2021-01-03 17:51:31 -07:00
cc84067b36 fix (load) bug 2020-12-31 17:09:30 -07:00
8fc512d511 separate call and ident aliases 2020-12-31 15:48:58 -07:00
1a84724979 Test macro with logic 2020-12-31 15:09:05 -07:00
9bc0ed2011 defmacro 2020-12-31 14:05:46 -07:00
04e6ffe3f0 Start of line reader macros 2020-12-13 13:42:19 -07:00
219cadd040 Pass EmbeddedScript commands the script instance 2020-12-11 19:58:21 -07:00
8795595b1b Get the hyphens out of dict specforms 2020-12-10 18:43:24 -07:00
2da6e032da Enhanced EmbeddedScript error messages 2020-12-10 12:38:21 -07:00
646f10f52b Quasiquote reader macros 2020-12-09 18:34:25 -07:00
cfaa6aec2f Reader macros implemented in Kiss 2020-12-09 18:34:11 -07:00
00193a8fed Decomissioning macro functions 2020-12-09 18:34:11 -07:00
27eefa147b EmbeddedScript forking 2020-12-09 18:34:11 -07:00
03cb974a2e New mechanism for embedded DSLs 2020-12-08 21:24:54 -07:00
419e72e280 Fix comment at end of list problem 2020-12-08 18:50:26 -07:00
480e4c29b2 Workaround for complexType parsing 2020-12-07 20:54:04 -07:00
a564fe146a (rest [list]) 2020-12-07 19:16:22 -07:00
907affa41a (range...) 2020-12-07 19:12:22 -07:00
c39ec902ee Map destructuring 2020-12-07 18:52:33 -07:00
b23c457243 key-value for loops 2020-12-07 18:38:22 -07:00
544579a4d3 KeyValueExps allow map literals 2020-12-07 18:28:12 -07:00
f3832bc4ad basic (case...) 2020-12-07 07:37:57 -07:00
2fd60370e8 (zip [l1] [l2]) 2020-12-05 19:06:15 -07:00
1805b396bf Improve (groups) 2020-12-05 18:46:24 -07:00
7ff7bab555 reorganize kiss into its own directory 2020-12-05 18:35:09 -07:00