Commit Graph

696 Commits

Author SHA1 Message Date
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
44f1d712c9 more DRY haxelib dev of projects for testing 2021-08-01 13:02:13 -06:00
72d54c39b4 move asciilib2 -> asciilib for naming clarity 2021-07-31 22:09:27 -06:00
e36e05cf98 minimal python requests externs 2021-07-31 21:57:30 -06:00
2013ebcc5e leet-code use enumerate with 1-index 2021-07-27 10:09:31 -06:00
47b44f8d51 leet-code use python3 if available 2021-07-27 09:54:55 -06:00
60f824a011 leet-code test with python 2021-07-27 09:49:51 -06:00
Fitz1987
a5fe10352f make leet-code into a test case 2021-07-27 10:36:54 -05:00
Fitz1987
c0df7230fd solved a leetcode 2021-07-27 10:12:27 -05: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
7a50cdea65 don't test nat-cli (deleted) 2021-07-25 21:15:25 -06:00
ed50d939fa Fix using deprecated forms in nat-archive-tool 2021-07-25 21:10:34 -06:00
872b4861f8 remove manual main definitions 2021-07-25 21:10:15 -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
3393126121 delete nat-cli project which has moved into nat-archive-tool 2021-07-25 21:07:56 -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
5d991ea295 use defNew instead of defnew 2021-07-24 15:08:08 -06:00
df61721a49 defnew -> defNew 2021-07-24 14:41:54 -06:00
d3f0c33061 more name changing 2021-07-24 14:40:55 -06:00
f5a5cdfb40 Completely change naming conventions of field forms and definition macros. Close #32 2021-07-24 14:22:10 -06:00
9d6a4b2054 update kiss-vscode textmate file 2021-07-24 13:24:55 -06:00
59ba8f5c05 rename and deprecate field forms for #32 2021-07-24 13:00:05 -06:00
9c185839ca rename deflocal localVar 2021-07-24 12:53:27 -06:00
12884b4a2d deprecation functions. Close #31 2021-07-24 12:53:16 -06:00
18e8d2f479 fix enumerate test error for js 2021-07-24 12:38:57 -06:00
18124c71d2 ugly type specification to fix dynamic type returned by new zips 2021-07-24 12:29:28 -06:00
02b27490a4 enumerate. Close #28 2021-07-24 12:22:20 -06:00
611c3ade0f Make zip functions (and joinPath, concat) compatible with apply. Close #19 2021-07-24 12:03:49 -06:00
3652d8e107 make (range) return an Iterable & Iterator 2021-07-24 12:03:49 -06:00
8a1ea8c8ca bump kiss-vscode version to publish properly regenerated extension.js 2021-07-23 21:30:03 -06:00
4d10f126ab bump kiss-vscode version 2021-07-23 19:07:30 -06:00
1395ac4f48 try using home directory for kiss-vscode active config 2021-07-23 19:06:28 -06:00
53e3913882 bump kiss-vscode version (semi-manually) with bump-version 2021-07-23 17:54:29 -06:00
6080f5ba76 wrote bump-version tool for #23 2021-07-23 17:53:19 -06:00