Commit Graph

98 Commits

Author SHA1 Message Date
381d9b952b refactor basic tests for cond 2021-11-14 22:50:25 -07:00
f268cef22a assertLet 2021-11-14 20:34:58 -07:00
bb28737e61 countingLambda 2021-11-14 13:54:32 -07:00
41d0498749 (or) should return the last value even if falsy 2021-11-01 10:51:00 -04:00
6e3d030a74 clamp macro 2021-10-29 13:36:46 -04:00
961ad75451 dot access on aliases 2021-10-14 17:32:17 -04:00
c171c172c3 fix failure to handle otherwise blocks with multiple expressions 2021-10-13 11:30:34 -06:00
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
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
4f6a45a1b9 Close #5 2021-07-12 20:33:54 -06:00
8d0273ab61 variadic zip. Close #9 2021-07-12 16:17:38 -06:00
9899faf645 letThrow as a convenient way to debug a try-catch expression 2021-05-22 14:18:00 -06:00
72a504eb56 (collect) macro 2021-04-26 18:50:42 -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
8108235d61 Get the hyphens out of dict specforms 2020-12-10 18:43:24 -07:00
cd1947a658 Decomissioning macro functions 2020-12-09 18:34:11 -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