Commit Graph

248 Commits

Author SHA1 Message Date
7d2d049261 inputLines could be null 2021-08-12 23:33:49 -06:00
bbe64b8a58 add macro KissTarget 2021-08-12 23:25:20 -06:00
6bfa807ac4 more debuggable #extern 2021-08-12 23:12:10 -06:00
d1254f5a7f getTarget 2021-08-12 23:09:43 -06:00
595595ddc8 Prelude.filter 2021-08-12 18:49:36 -06:00
821656b423 extern code use args, not readLine() 2021-08-12 18:49:00 -06:00
6fad021d90 close #36 2021-08-12 14:33:33 -06:00
55fa187c3b walkDirectory process folders before/after 2021-08-12 14:13:59 -06:00
39c7202b4b Close #40 2021-08-12 13:52:35 -06:00
adb4b123b8 fix envBinDir on non-Windows systems 2021-08-08 12:08:38 -06:00
91d1bc45f1 trace contents of python virtualenv for debugging CI 2021-08-08 12:00:41 -06:00
4e0c2f5024 (macroDepth) and generativetestcase depth limit 2021-08-08 11:42:24 -06:00
37f2457378 more generative test possibilities 2021-08-04 20:52:26 -06:00
0064fe4994 helpful error when hscript fails to parse a macro body 2021-08-04 20:52:07 -06:00
b086d37caa bugfix generative test case 2021-08-04 20:08:05 -06:00
7c05b0d4ab printExp, printStr 2021-08-04 20:07:15 -06:00
32b9466ec9 lower the priority of some debug prints to macrotest only 2021-08-04 20:06:27 -06:00
722e8e9936 Test case that generates expressions 2021-08-04 16:48:31 -06:00
f921ce08c5 pass reflection and expression evaluation to macro evaluator 2021-08-04 16:48:03 -06:00
9ea1b9ff49 defMacroVar, defMacroFunction 2021-08-04 15:08:58 -06:00
8f3b91df43 clone the macro evaluation interpreter between stack frames 2021-08-04 14:48:10 -06:00
63b2656e17 don't print something on python assertProcess 2021-08-02 21:37:17 -06:00
0ae02be74d print when running a process 2021-08-02 21:35:05 -06:00
d3fb044e13 [nat] wikipedia image scraper 2021-08-02 21:34:34 -06:00
722467f728 commit forgotten package.json for CompilerTools test 2021-08-02 19:47:31 -06:00
88f418a62a compilertools support python dependencies in virtualenv. close #37 2021-08-02 19:46:52 -06:00
69897192f5 fix convertToHScript on js, python 2021-08-01 21:05:53 -06:00
4914eda951 on runtime python, also use assertProcess for convertToHscript() 2021-08-01 21:05:53 -06:00
e3358c72bb assertProcess use Popen on Python target 2021-08-01 21:05:53 -06:00
2623b5d543 make sure #extern inputLines is Array<String> 2021-08-01 18:02:42 -06:00
cea3e9e292 make assertProcess error more descriptive 2021-08-01 16:35:06 -06:00
3fcc4f0503 fix defNew optional binding list 2021-08-01 16:33:39 -06:00
5dc3605fa1 skip compilertools tests on C# until a haxe bug is fixed 2021-07-27 09:06:10 -06:00
c89d37fe33 compiler check on CompilerToolsTestCase 2021-07-26 19:59:55 -06:00
fba736f4f2 pass typed data back and forth with #extern. close #17 2021-07-26 19:55:28 -06:00
700a4de08b (#extern) without binding support 2021-07-26 18:59:09 -06:00
db80da6a90 assertProcess() allow passing input to process 2021-07-26 16:31:29 -06:00
ee15d243f8 assertProcess support nodejs ChildProcess 2021-07-26 15:09:14 -06:00
ccb22c82a8 fix tests for js target 2021-07-25 23:59:31 -06:00
216f7b3cdf add guards for javascript on compiler test 2021-07-25 23:57:54 -06:00
206ab8972d compileToFile() working for hello world 2021-07-25 23:55:52 -06:00
dcaf0a1a7f notes on compileToScript() implementation 2021-07-25 22:19:33 -06:00
dea92a13b4 fix double-evaluation of macros in automatic main function 2021-07-25 22:08:21 -06:00
a6bbe62442 Failing test case for compileToScript() 2021-07-25 21:51:31 -06:00
b00e3d3c2e be more careful about compiler flags overwriting values in KissInterp 2021-07-25 21:09:23 -06:00
2e5dbe3711 return None expression from #ifs 2021-07-25 21:08:43 -06:00
81ca9ad020 generate main functions for Kiss files 2021-07-25 21:06:31 -06:00
b01a04b164 add None ReaderExp type 2021-07-25 21:05:43 -06:00
0b64b32f8e test inline (load) 2021-07-25 20:06:34 -06:00
722128cb82 make (load) act like inserting the loaded code at that position. Close #24 2021-07-25 20:03:24 -06:00