Commit Graph

65 Commits

Author SHA1 Message Date
e8d38d2330 test inline (load) 2021-07-25 20:06:34 -06:00
5d43feb97b Completely change naming conventions of field forms and definition macros. Close #32 2021-07-24 14:22:10 -06:00
28fb1cbd0a rename deflocal localVar 2021-07-24 12:53:27 -06:00
42f2661e4d fix enumerate test error for js 2021-07-24 12:38:57 -06:00
b02e1f34cc enumerate. Close #28 2021-07-24 12:22:20 -06:00
d5208545fe Make zip functions (and joinPath, concat) compatible with apply. Close #19 2021-07-24 12:03:49 -06:00
9dd3016091 added as keyword for case. close #29 2021-07-22 18:20:28 -06:00
a15bfe7da3 undefmacro 2021-07-22 16:36:30 -06:00
b54073fa32 undefalias 2021-07-22 16:32:33 -06:00
7739c6fd28 Rough implementation of list-eater pattern matching. Close #1 2021-07-22 15:58:21 -06:00
19b452309b variadic concat. Close #18 2021-07-22 13:55:47 -06:00
028bc319b7 fix conditional compilation test for C# 2021-07-16 16:30:28 -06:00
4f6a45a1b9 Close #5 2021-07-12 20:33:54 -06:00
e397860893 &body macro arguments. Close #7 2021-07-12 20:08:12 -06:00
dacdaccd8e #python not #py 2021-07-12 17:45:06 -06:00
3e4a1b2903 fix \#cond test 2021-07-12 17:41:11 -06:00
8d0273ab61 variadic zip. Close #9 2021-07-12 16:17:38 -06:00
0a9a53bed1 conditional compilation \#case 2021-07-12 15:22:03 -06:00
59c6b59e37 conditional compilation \#cond 2021-07-12 13:46:53 -06:00
737fd09288 conditional \#when and \#unless 2021-07-12 13:36:40 -06:00
0124c05566 \#if conditional compilation macro 2021-07-12 13:15:06 -06:00
27ee9b8851 test for modular macros 2021-06-26 11:40:00 -06:00
9899faf645 letThrow as a convenient way to debug a try-catch expression 2021-05-22 14:18:00 -06:00
2acefb133d (once) and (oncePerInstance) 2021-04-27 20:05:57 -06:00
72a504eb56 (collect) macro 2021-04-26 18:50:42 -06:00
2f80b09f37 Fix regression of commend-at-eof error 2021-04-26 18:50:42 -06:00
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