Commit Graph

57 Commits

Author SHA1 Message Date
9d45f79329 fix python testOr 2022-03-28 19:03:46 -06:00
7ce938062e fix test case for (and) 2022-03-28 19:00:33 -06:00
b36ff3e179 variadic intersect() function 2022-02-10 12:34:18 -07:00
2958172387 (contains) macro 2022-02-03 14:29:57 -07:00
410801fa5b unless guards in case statements 2021-12-30 12:58:58 -07:00
678959708d case handle null. close #14 2021-11-29 13:28:18 -07:00
e335b36cb9 highly experimental quote and eval 2021-11-23 22:17:59 -07:00
855fa06a87 exp comments 2021-11-23 19:33:45 -07:00
6bb03cc468 indexOf macro 2021-11-17 16:03:23 -07:00
50cb51548e refactor basic tests for cond 2021-11-14 22:50:25 -07:00
2b31027446 assertLet 2021-11-14 20:34:58 -07:00
2febfc7846 countingLambda 2021-11-14 13:54:32 -07:00
3d6ea4b397 (or) should return the last value even if falsy 2021-11-01 10:51:00 -04:00
aa3350d91e clamp macro 2021-10-29 13:36:46 -04:00
13b0639e8a dot access on aliases 2021-10-14 17:32:17 -04:00
314edc61ef fix failure to handle otherwise blocks with multiple expressions 2021-10-13 11:30:34 -06:00
0b64b32f8e test inline (load) 2021-07-25 20:06:34 -06:00
f5a5cdfb40 Completely change naming conventions of field forms and definition macros. Close #32 2021-07-24 14:22:10 -06:00
9c185839ca rename deflocal localVar 2021-07-24 12:53:27 -06:00
18e8d2f479 fix enumerate test error for js 2021-07-24 12:38:57 -06:00
02b27490a4 enumerate. Close #28 2021-07-24 12:22:20 -06:00
611c3ade0f Make zip functions (and joinPath, concat) compatible with apply. Close #19 2021-07-24 12:03:49 -06:00
d073f819fa added as keyword for case. close #29 2021-07-22 18:20:28 -06:00
5115739991 Rough implementation of list-eater pattern matching. Close #1 2021-07-22 15:58:21 -06:00
b676e992e7 variadic concat. Close #18 2021-07-22 13:55:47 -06:00
33b4399c3b Close #5 2021-07-12 20:33:54 -06:00
0af3749975 variadic zip. Close #9 2021-07-12 16:17:38 -06:00
0e4c21d209 letThrow as a convenient way to debug a try-catch expression 2021-05-22 14:18:00 -06:00
0e98e72245 (collect) macro 2021-04-26 18:50:42 -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
8795595b1b Get the hyphens out of dict specforms 2020-12-10 18:43:24 -07:00
00193a8fed Decomissioning macro functions 2020-12-09 18:34:11 -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