Commit Graph

684 Commits

Author SHA1 Message Date
bf17e9a1c6 Move the line-number-dependent test to the top 2023-06-29 14:27:19 -06:00
66a6a4d396 experimental type aliases 2023-06-29 14:07:10 -06:00
f6027cc00c subtraction negate single argument 2023-06-14 07:03:20 -06:00
d46e386972 Fix AwaitLetTestCase for non-js targets 2023-05-31 12:47:56 -06:00
3aa41cbcc0 fix awaitLet regression 2023-05-31 12:44:35 -06:00
6c8a48680c move testAwaitLet() to AwaitLetTestCase 2023-05-31 12:39:39 -06:00
8c9d26b6c7 configurable default awaitLet catch behavior 2023-05-31 12:08:53 -06:00
324d2499a6 add space 2023-05-29 16:08:31 -06:00
ff5e5f4790 assertEquals print expected and actual on failure 2023-05-29 15:59:42 -06:00
44e641f879 allow defNew &private [] 2023-05-28 13:43:18 -06:00
76b8dbb214 fix tryProcess test case 2023-05-28 13:29:59 -06:00
3c7784c8b9 Don't log perfect fuzzy matches 2023-05-18 15:40:44 -06:00
7209097b1b macro function to get exps from collectedBlocks 2023-05-11 14:23:10 -06:00
4e1f07f3d7 throw UnmatchedBracketSignal from (load). Close #190 2023-05-05 18:48:37 -06:00
fa6a05f6a9 allow kiss/kiss libPath 2023-05-05 18:23:01 -06:00
6020ec2ebe awaitLet allow typed bindings 2023-05-05 17:28:04 -06:00
c7ec4ec356 some better compile-time error messages 2023-05-05 16:15:01 -06:00
a6c0cf88c6 collectWhileLet 2023-05-02 16:46:08 -06:00
bf51db44cb guard all of convertToHScript 2023-04-29 20:38:11 -06:00
473b8b36b3 missing semicolon 2023-04-29 20:35:22 -06:00
429ff86a7b convertToHscript throw earlier on js 2023-04-29 20:32:32 -06:00
22471e1dd9 update testAssert 2023-04-29 20:20:44 -06:00
4a37693d8c Delete #extern, an afront to nature 2023-04-29 20:04:03 -06:00
196a91a2cd add cwd to classpaths for libName 2023-04-29 19:37:36 -06:00
b167eeab48 port libPath and convertToHScript for lix 2023-04-28 08:17:00 -06:00
6a5e131b3b Support ?. operator. Close #188. 2023-04-25 17:53:23 -06:00
9777037653 Fix nat-archive-tool for tink_syntaxhub 2023-04-25 15:35:51 -06:00
b09346f523 Tiny refactor 2023-04-25 15:11:20 -06:00
4e44c6cb2d undo mistake 2023-04-25 12:50:01 -06:00
49ae02cb38 Fix #extern with haxe 4.3.0 2023-04-25 12:47:48 -06:00
add1e06605 add pack to KissState 2023-04-25 12:28:06 -06:00
3b20138fd3 Make compileTimeResolveString available in SpecialForms 2023-04-25 12:26:35 -06:00
37cd4bfaa4 don't pass isFinal when generating hscript 2023-04-22 14:18:27 -06:00
bea5b4417b expect 4.3.0 2023-04-22 14:03:03 -06:00
69c15f3c8d Adopt -w flag for unused case warning 2023-04-22 13:54:22 -06:00
63eba70327 add API polyfill to kiss-firefox 2023-04-19 20:56:15 -06:00
6ac8e73f1c add webextension externs to firefox template 2023-04-19 14:43:59 -06:00
2927bd303e kiss new-firefox-project 2023-04-19 11:29:40 -06:00
76a9562aba Special case of (set). Close #187 2023-04-12 10:34:12 -06:00
9089489ed3 walkDirectory allow skipping directories 2023-04-09 11:54:38 -06:00
19e2a80bf9 Fix some vscode extension template bugs 2023-04-09 08:51:43 -06:00
fecf89f2a3 allow &rest :Array<Dynamic> 2023-04-08 06:30:16 -06:00
0e27423605 Fix &opt bug in defMacro 2023-04-06 08:24:19 -06:00
ff14ec096f prepend scene labels with number 2023-04-03 09:21:38 -06:00
74a49f8c15 onceLambda macro 2023-04-03 08:32:42 -06:00
d0145f02bd new-vscode-project template command 2023-03-18 18:05:58 -06:00
5d3d56099e Fix some haxemeta expression errors 2023-03-18 18:05:14 -06:00
ae9aac3485 add more levels of macro function recursion 2023-03-18 16:32:32 -06:00
2ac8aa7b1c Macro-time permissive Helpers.argList() and bindingList() 2023-03-18 14:57:52 -06:00
2ccfa977fa de-duplicate the try/catch for macroexpansions 2023-03-18 14:31:56 -06:00