Commit Graph

139 Commits

Author SHA1 Message Date
9abba225b7 Find files relative to build macro caller 2021-04-24 20:34:47 -06:00
72887e7b34 Test macro list expansion 2021-04-02 12:51:15 -06:00
1e3fe69bb4 Allow macros to define more than one field 2021-04-02 12:32:58 -06:00
931d489c70 Kiss VSCode runtime Kiss evaluation 2021-03-18 16:20:09 -06:00
96d08e5d88 Void function support 2021-03-17 11:15:12 -06:00
ace37b7595 arrow lambdas 2021-02-17 09:33:27 -07:00
c35be6a23b String interpolation 2021-01-24 18:26:19 -07:00
bce35bc6c0 raw strings 2021-01-24 17:25:15 -07:00
d54297c373 make all numbers truthy 2021-01-24 11:53:58 -07:00
4fa26c0b9b whenLet, unlessLet 2021-01-16 21:38:45 -07:00
5be8276c42 ifLet 2021-01-16 21:38:45 -07:00
4352bcf2f4 arithmetic assignment 2021-01-04 13:02:50 -07:00
a2555dc0c1 Nested (or) in (case) patterns 2021-01-04 09:02:06 -07:00
10e514e1e0 Spec for better (or) handling in (case) 2021-01-04 08:45:24 -07:00
f21b4378f6 Allow case guards, | 2021-01-03 17:51:31 -07:00
d91d15c102 fix (load) bug 2020-12-31 17:09:30 -07:00
29f6f0ae0b separate call and ident aliases 2020-12-31 15:48:58 -07:00
880167b2ee Test macro with logic 2020-12-31 15:09:05 -07:00
de3577eb85 defmacro 2020-12-31 14:05:46 -07:00
0e54974f58 Start of line reader macros 2020-12-13 13:42:19 -07:00
e07fdc1665 Pass EmbeddedScript commands the script instance 2020-12-11 19:58:21 -07:00
8108235d61 Get the hyphens out of dict specforms 2020-12-10 18:43:24 -07:00
734a7f2142 Enhanced EmbeddedScript error messages 2020-12-10 12:38:21 -07:00
1e989ac79c Quasiquote reader macros 2020-12-09 18:34:25 -07:00
e62a65fb57 Reader macros implemented in Kiss 2020-12-09 18:34:11 -07:00
cd1947a658 Decomissioning macro functions 2020-12-09 18:34:11 -07:00
6c6fcb23f7 EmbeddedScript forking 2020-12-09 18:34:11 -07:00
f0bbb644b8 New mechanism for embedded DSLs 2020-12-08 21:24:54 -07:00
e37a601bee Fix comment at end of list problem 2020-12-08 18:50:26 -07:00
4e938ddeb0 Workaround for complexType parsing 2020-12-07 20:54:04 -07:00
a13b2db10f (rest [list]) 2020-12-07 19:16:22 -07:00
74d070d7b3 (range...) 2020-12-07 19:12:22 -07:00
6866c7133d Map destructuring 2020-12-07 18:52:33 -07:00
b28a39250d key-value for loops 2020-12-07 18:38:22 -07:00
0b8d1a00e1 KeyValueExps allow map literals 2020-12-07 18:28:12 -07:00
40b91ec6be basic (case...) 2020-12-07 07:37:57 -07:00
809a39ffe1 (zip [l1] [l2]) 2020-12-05 19:06:15 -07:00
609f14656a Improve (groups) 2020-12-05 18:46:24 -07:00
b440f0f07c reorganize kiss into its own directory 2020-12-05 18:35:09 -07:00