Commit Graph

607 Commits

Author SHA1 Message Date
d7094913ad collect fields from AsyncEmbeddedScript scriptFile 2021-11-01 16:39:33 -04:00
3d6ea4b397 (or) should return the last value even if falsy 2021-11-01 10:51:00 -04:00
edb174e9be loadFrom return a (begin) 2021-10-29 22:10:17 -04:00
7d99ef6cee allow &prop &mut 2021-10-29 17:32:00 -04:00
c2b3f7ff5a kiss-interpolated string literals should type as String 2021-10-29 13:46:55 -04:00
aa3350d91e clamp macro 2021-10-29 13:36:46 -04:00
aee1c3b7ef fix { reader macro comment error 2021-10-28 15:12:04 -04:00
d96c4f30fa assert return the value of the asserted expression 2021-10-28 14:54:00 -04:00
a29f2934d9 allow catch in defMacro without :Dynamic 2021-10-28 14:48:23 -04:00
144175056b Helpful error messages for macro expansion errors 2021-10-28 13:39:05 -04:00
c8c407aad3 disable ifLet in defMacro bodies 2021-10-28 13:31:17 -04:00
6fc53634f1 instead of removing type annotations from hscript, allow them in the parser 2021-10-28 13:25:43 -04:00
745147f060 more classes passed to KissInterp 2021-10-28 11:51:52 -04:00
a0ccf1f0e1 failing test case for comment at end of block 2021-10-27 16:02:21 -04:00
4ab78fb3f4 AsyncEmbeddedScript allow libpath 2021-10-25 20:28:24 -04:00
cface321a2 Fix bad Hollywoo naming conventions 2021-10-25 16:39:18 -04:00
aa77e91e59 fix duplicate field bug in EmbeddedScript and AsyncEmbeddedScript 2021-10-25 14:18:48 -04:00
8622909f02 objectWith macro 2021-10-22 17:17:48 -04:00
13fd64c2f5 make libPath part of Prelude 2021-10-22 16:26:19 -04:00
6e97574bea fix ktxt2 (errorMessage) alias not available 2021-10-21 23:05:38 -04:00
a2f5dcf92a fix AwaitLetTestCase on non-js targets 2021-10-19 13:54:12 -04:00
85310b54e2 trim libPath 2021-10-19 13:53:39 -04:00
2445cca977 fix constructing qualified types 2021-10-18 19:58:57 -04:00
e09a0aca9d AsyncEmbeddedScript 2021-10-18 13:09:05 -04:00
6d1328f5b8 A cool cabin 2021-10-18 12:39:53 -04:00
531250ff86 AwaitLetTestCase 2021-10-17 00:24:38 -04:00
3f6c9c4b55 awaitLet allow catch handler 2021-10-17 00:09:23 -04:00
8f88149282 awaitLet report async errors in kiss-VSCode commands 2021-10-16 23:39:00 -04:00
bc33d3e8c3 Fix dot access for aliases 2021-10-14 18:26:46 -04:00
858cfba33f ability to run just one test case, finally 2021-10-14 18:17:17 -04:00
13b0639e8a dot access on aliases 2021-10-14 17:32:17 -04:00
e03f501476 takeUntilAndDrop() allowEOF option 2021-10-14 17:12:23 -04:00
e9d5b4f65f another failing macro test case 2021-10-13 20:10:02 -04:00
cd90864114 add evalHaxe() to KissInterp 2021-10-13 11:31:02 -06:00
314edc61ef fix failure to handle otherwise blocks with multiple expressions 2021-10-13 11:30:34 -06:00
47215b0934 new failing macro test cases 2021-10-13 11:14:42 -06:00
a1ec7d19c3 make null-extern no-extern, which throws an error 2021-10-12 13:44:15 -06:00
7a4bf94905 make kiss implement write output to a log 2021-10-12 13:08:43 -06:00
cc32376474 Start writing interface implementation generation 2021-10-12 12:30:38 -06:00
050af36dc9 parseComplexType better error handling 2021-10-12 12:29:07 -06:00
b1b3fd27de KissInterp evalKiss 2021-10-07 21:31:38 -06:00
a64eea4cd3 fix last commit 2021-10-01 22:52:28 -06:00
0613d5caa6 CompilerTools support dts2hx extern generation 2021-10-01 22:51:37 -06:00
68aa1d0f16 purgeDirectory 2021-10-01 22:49:54 -06:00
42b0db43e9 Fix CompilerToolsTestCase 2021-09-16 20:12:49 -06:00
12be130b38 compileToScript() find meta files relative to the haxelib that called it 2021-09-15 16:16:12 -06:00
8b7dce14aa cast() special form 2021-09-04 13:39:27 -06:00
0efc8c0dad &public and &private 2021-09-04 13:39:27 -06:00
f90dd4a599 using StringTools 2021-08-12 23:41:44 -06:00
63f5022112 trim test process output 2021-08-12 23:39:36 -06:00