Commit Graph

486 Commits

Author SHA1 Message Date
8169536271 fix assert in macros 2022-08-16 15:37:27 +00:00
b7276de847 k.doc for some forms I missed forever ago 2022-08-14 22:32:02 +00:00
a576ba40ed kissCache 2022-08-07 22:16:53 +00:00
276bf6d71a assertThrowsAtCompileTime 2022-08-05 18:50:29 +00:00
2fa71f6cf9 Move FuzzyMap core functionality to FuzzyMapTools for reuse 2022-08-04 20:42:06 +00:00
df0d7da49c allow constructing StringMap in KissInterp 2022-08-04 19:34:25 +00:00
988d4d6652 very useful macroPrint keyword 2022-08-02 15:27:54 +00:00
51cc2725d5 fix ifLet stealing the symbol v 2022-08-02 15:27:29 +00:00
00dbeb3cdd fix isNull() type loss 2022-08-02 15:27:04 +00:00
31afc7f912 fix whenLet (for all targets, I think). close #64 2022-08-02 00:19:22 +00:00
e7ac7aac69 symbolName and symbolNameValue can parse meta exps now 2022-07-27 17:35:48 +00:00
a98bf4cdde Make setNth n-dimensional 2022-07-09 14:46:09 +00:00
ae59afb5ae print how a temporary script was interpolated if it fails 2022-07-08 19:20:52 +00:00
64204ae041 thread DLSystem for mp3s 2022-07-07 02:30:55 +00:00
53bc549a95 fix logical error in substr 2022-07-06 21:34:23 +00:00
804bced6da removeFiles 2022-07-05 00:14:55 +00:00
d52209448c dropStringIf 2022-07-03 01:46:46 +00:00
d0b8a1253b localFunction 2022-07-03 01:46:31 +00:00
df462597d3 more specific error message on lambdas with typed args 2022-07-02 23:11:10 +00:00
d17ebf9a1d NAT flixel playground multiple playground views 2022-07-02 23:10:47 +00:00
f62b42f06b DLSystem handle music 2022-07-02 01:29:18 +00:00
ec92fe80ce DLSystem check for youtube-dl 2022-07-02 00:36:36 +00:00
c21c323292 better error message from exprCase 2022-07-01 23:33:00 +00:00
46becb3b63 sortBy 2022-06-28 17:09:04 +00:00
e8a5bafa4d generic function parameters 2022-06-28 04:40:13 +00:00
df68450ad8 setMin, setMax 2022-06-28 04:38:31 +00:00
9f1e337069 withEvalOnce macro using implicit quasiquote. Close #26 2022-06-27 18:09:43 +00:00
bc550ec67e kind of silly - quick fractions 2022-06-21 21:07:04 +00:00
b2a5d36075 fix assert error insertion on windows 2022-06-20 00:55:50 +00:00
9ee6e879d9 don't double-switch case values 2022-06-19 23:10:50 +00:00
25457ffa19 don't try to type-guess on list expressions in case 2022-06-19 21:33:20 +00:00
7fccf82ea1 square brackets were still in FieldForms! 2022-06-19 20:19:15 +00:00
aef3eb0dde more advanced type detection for null checks (#64 wip) 2022-06-19 19:58:32 +00:00
0b71cc6ed1 fix careless import 2022-06-19 18:15:30 +00:00
f2116d92ed CompilerTools js failure clear .haxelib from dts2hx 2022-06-19 17:50:25 +00:00
e44c68a685 CompilerTools throw KissError. Close #38 2022-06-19 17:49:57 +00:00
c9416b7dcb Prelude.tryProcess underlying assertProcess 2022-06-19 17:38:30 +00:00
ca38435e3e fix kiss string test 2022-06-18 21:31:34 +00:00
c0c3f8dcad remove last raw haxe. close #63 2022-06-18 21:21:38 +00:00
b3751f3659 fix removeTypeAnnotations 2022-06-18 20:59:41 +00:00
b3b1388383 one more raw haxe semicolon 2022-06-18 20:53:03 +00:00
9f8648ab67 fix rawhaxeblock unquote case 2022-06-18 20:47:32 +00:00
Yvon
5085d32ac8 add semicolons to raw haxe code 2022-06-18 20:35:57 +00:00
Yvon
b975ff2e14 change raw haxe 2022-06-18 20:35:57 +00:00
a1853d02e5 fix evalUnquotes rawHaxeBlock error 2022-06-18 20:28:03 +00:00
5b4424fd96 awaitLet allow synchronous bindings. Close #68 2022-06-18 20:23:59 +00:00
daf527735e test generated by insertUTestCase 2022-06-18 18:12:43 +00:00
ecde2375a2 cache convertToHscript in home directory 2022-06-18 15:50:49 +00:00
7981a25790 ByteStream print unknown bytes for inspection 2022-06-12 18:08:24 +00:00
5cc73b683e change more complicated doc() cases. Close #30 2022-06-11 16:42:13 +00:00