Commit Graph

711 Commits

Author SHA1 Message Date
4352bcf2f4 arithmetic assignment 2021-01-04 13:02:50 -07:00
7308c33dca fix % and ^ on floats 2021-01-04 13:02:24 -07:00
ef496a5128 Fix (or) bug introduced by 95fa5e5a122611f267981efb908b97cc87170675 2021-01-04 12:17:32 -07:00
fe0a85cbb2 Standardized reader nextToken() error 2021-01-04 09:17:58 -07:00
8cd91d19ab Invalid symbol error 2021-01-04 09:17:12 -07:00
8e96bc5288 Arg num checks for and/or/not 2021-01-04 09:03:44 -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
2e2e862f8a Fix order of modifiers in error message call form for defvar/defun/etc. 2021-01-02 20:03:18 -07:00
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