Commit Graph

801 Commits

Author SHA1 Message Date
b96da3ddba More types of function meta 2021-01-02 19:42:03 -07:00
f84b07f22f Allow void return statements 2021-01-02 19:33:19 -07:00
73e4822adc Better (load) call error checking 2020-12-31 17:46:51 -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
186024a5ff Better runAtCompileTime() debug output 2020-12-31 14:03:30 -07:00
e66f2a442f Better exception stack printing 2020-12-31 13:48:27 -07:00
404780e89e Don't double-expand macros 2020-12-30 19:44:46 -07:00
0a949b825b Refactor the compiler try/catch into a function 2020-12-30 15:47:18 -07:00
048d9a6bc7 Fix startOfLine reader macros 2020-12-13 16:45:22 -07:00
0e54974f58 Start of line reader macros 2020-12-13 13:42:19 -07:00
f2013695f3 Solve AOC Day 10 part 2 2020-12-11 22:26:07 -07:00
408e6745ef More convenient sort function 2020-12-11 21:35:59 -07:00
c7c2fb4709 pairs, memoize 2020-12-11 19:58:21 -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
da7235ee51 Don't load files twice 2020-12-10 12:38:33 -07:00
734a7f2142 Enhanced EmbeddedScript error messages 2020-12-10 12:38:21 -07:00
209f2c467e Format imported Cloner code 2020-12-10 12:35:48 -07:00
82236b75f1 Refactor reader macros in AOC Day 8 pt 1 2020-12-09 21:46:07 -07:00
046798768f (load [file]) 2020-12-09 19:04:11 -07:00
a980f879e7 Fix fork() for projects that use Kiss as a haxelib 2020-12-09 18:34:25 -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
d31fe9f265 Notes on EmbeddedScript 2020-12-09 18:34:11 -07:00
3e86922fd2 Encapsulate EmbeddedScript variables 2020-12-09 18:34:11 -07:00
d2ad9f4a07 Fix Cloner 2020-12-09 18:34:11 -07:00
bf4f513d4c Solve AOC Day 8 Pt 1 with EmbeddedScript 2020-12-08 23:06:55 -07:00
f0bbb644b8 New mechanism for embedded DSLs 2020-12-08 21:24:54 -07:00
1e928e495d Refactor the read loop into Reader 2020-12-08 18:58:38 -07:00
e37a601bee Fix comment at end of list problem 2020-12-08 18:50:26 -07:00
b1777de34b Reusable KissState 2020-12-08 16:43:04 -07:00
4e938ddeb0 Workaround for complexType parsing 2020-12-07 20:54:04 -07:00
c2fa37fb28 Try to fix PDF salad mac failure 2020-12-07 19:25:31 -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
c0c5e3a4df Fix slight file pos offset from windows line endings 2020-12-07 18:23:38 -07:00
b98787e147 Make max and min apply aliases 2020-12-07 08:37:37 -07:00
4c4622a268 Make (case) allow list matching 2020-12-07 08:36:54 -07:00
40b91ec6be basic (case...) 2020-12-07 07:37:57 -07:00
3965e35d6d Solve AOC day 6 2020-12-06 09:51:29 -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