Commit Graph

491 Commits

Author SHA1 Message Date
d50396eee3 Allow unquoting primitive strings and numbers 2021-11-27 18:57:13 -07:00
d122106a14 Prelude.readDirectory 2021-11-27 13:13:08 -07:00
1dddc5de65 highly experimental quote and eval 2021-11-23 22:17:59 -07:00
0be08fb13c exp comments 2021-11-23 19:33:45 -07:00
6bac8c2c9c fix assertProcess failure case on nodejs 2021-11-23 15:39:25 -07:00
e6ef6d3feb throw errors for unterminated strings with better position link 2021-11-17 17:42:02 -07:00
f83c3325bf EmbeddedScript and AsyncEmbeddedScript use _try() when building 2021-11-17 17:33:29 -07:00
b668c9a7ba Better errors when reading an array hits end of stream 2021-11-17 17:28:18 -07:00
db5e8ce79f indexOf macro 2021-11-17 16:03:23 -07:00
aae5c08a20 &builder arg for defMacro 2021-11-17 14:40:44 -07:00
ae81522f40 implicit begin in assertLet 2021-11-15 00:34:03 -07:00
381d9b952b refactor basic tests for cond 2021-11-14 22:50:25 -07:00
e7546648b2 Prelude.newLine couldn't hurt 2021-11-14 22:25:12 -07:00
9890360f55 while & until 2021-11-14 22:17:37 -07:00
ab07676d58 Give line number CompileError for bad RawHaxe 2021-11-14 20:49:57 -07:00
f268cef22a assertLet 2021-11-14 20:34:58 -07:00
bb28737e61 countingLambda 2021-11-14 13:54:32 -07:00
c4106eed90 work around GenerativeTestCase failure on C# 2021-11-14 10:34:29 -07:00
cda44de956 Fix exprCase for new macro expansion system 2021-11-11 14:29:31 -07:00
7518838777 (setMacroVar) instead of (defMacroVar) 2021-11-11 13:31:04 -07:00
db3402f885 throwCompileError in expBuilder 2021-11-10 15:45:04 -07:00
2eb24a8c3f separate forHScript() and forMacroEval() 2021-11-10 11:37:16 -07:00
5c7287bdff fix missing async.done() call for non-js 2021-11-09 20:39:40 -07:00
b754527877 fix GenerativeTestCase 2021-11-09 20:33:44 -07:00
5c7d2931c1 Less hacky macro-time evaluation 2021-11-09 18:55:33 -07:00
6810a68dea deletion that should have been in last commit 2021-11-09 17:16:17 -07:00
93ad7cd3b5 fix undefinition of print before other MacroTestCases 2021-11-09 15:39:43 -07:00
f218b75ac4 cache converted hscript from ktxt2 2021-11-09 12:22:37 -07:00
84117463f7 remove trailing block comment 2021-11-09 12:04:27 -07:00
dd9a6d9aba Pixabay image asset macro! 2021-11-02 23:50:03 -04:00
1a7a0fc8ea fsMemoize 2021-11-02 22:04:07 -04:00
c8498e86fe in debug, AsyncEmbeddedScript traces the kiss expression of each command before running it 2021-11-01 19:30:11 -04:00
7127b0b39c load hollywoo assets BEFORE starting 2021-11-01 16:53:35 -04:00
5a7e88158a macro that allows collecting expressions throughout a file 2021-11-01 16:52:22 -04:00
270487501b collect fields from AsyncEmbeddedScript scriptFile 2021-11-01 16:39:33 -04:00
41d0498749 (or) should return the last value even if falsy 2021-11-01 10:51:00 -04:00
1d4a294781 loadFrom return a (begin) 2021-10-29 22:10:17 -04:00
432473ff76 allow &prop &mut 2021-10-29 17:32:00 -04:00
a45f91b5a4 kiss-interpolated string literals should type as String 2021-10-29 13:46:55 -04:00
6e3d030a74 clamp macro 2021-10-29 13:36:46 -04:00
a402bc6f2c fix { reader macro comment error 2021-10-28 15:12:04 -04:00
1489ef0fba assert return the value of the asserted expression 2021-10-28 14:54:00 -04:00
0d8560153f allow catch in defMacro without :Dynamic 2021-10-28 14:48:23 -04:00
c7ccbf8685 Helpful error messages for macro expansion errors 2021-10-28 13:39:05 -04:00
78cb9900d7 disable ifLet in defMacro bodies 2021-10-28 13:31:17 -04:00
ecd0c50cc5 instead of removing type annotations from hscript, allow them in the parser 2021-10-28 13:25:43 -04:00
47d2ac4fe4 more classes passed to KissInterp 2021-10-28 11:51:52 -04:00
2107152d6a failing test case for comment at end of block 2021-10-27 16:02:21 -04:00
3612a5457d AsyncEmbeddedScript allow libpath 2021-10-25 20:28:24 -04:00
bf5f1d41b1 Fix bad Hollywoo naming conventions 2021-10-25 16:39:18 -04:00