Commit Graph

188 Commits

Author SHA1 Message Date
e7dbe91374
refactor: clean up protocol.json 2023-11-13 20:06:07 +02:00
455f5a613e
feat: implement simple permission matching 2023-11-13 19:09:33 +02:00
1eeac3ae97
fix: replace templates in Metadata class with placeholder data 2023-11-13 19:08:56 +02:00
1acd78e119
refactor: clean up Main class 2023-11-13 18:56:59 +02:00
df9932874d
feat: remove unnececeary @NativeInit directives 2023-11-06 14:03:15 +02:00
b47d1a7576
refactor: remove StackData and Data usage 2023-11-06 13:53:36 +02:00
fdfa8d7713
refactor: some minor fixes, rewrite README example 2023-11-06 10:55:38 +02:00
f5d1287948
fix: some annoying bugs, as well as splice 2023-11-06 00:55:30 +02:00
e3104c223c
fix: remove some unnececeary logs 2023-11-05 20:29:21 +02:00
1d0bae3de8
feat: include typescript code in source code 2023-11-05 20:27:23 +02:00
b66acd3089
fix: several more fixes 2023-11-05 19:44:44 +02:00
e326847287
feat: send value stack to debug client 2023-11-05 19:44:35 +02:00
26591d6631
fix: lazy operators incorrectly pop values from stack 2023-11-05 19:44:08 +02:00
af31b1ab79
fix: several small fixes 2023-11-05 19:43:53 +02:00
f885d4349f
refactor: fix some bad code >:( 2023-11-05 19:43:28 +02:00
d57044acb7
fix: several bug fixes to help with typescript support 2023-11-05 12:44:29 +02:00
7df4e3b03f
fix: oops 2023-11-04 11:43:57 +02:00
ed1009ab69
refactor: some code restructuring in the debugging 2023-11-04 11:42:06 +02:00
f856cdf37e
fix: messages larger than 64KB are now fragmented properly 2023-11-04 11:41:31 +02:00
4f82574b8c
fix: various small behavioural issues
fix: pesky try-catch logic
2023-11-04 11:40:50 +02:00
ac128d17f4
feat: implement Array.reduce
fix: native functions are now named
2023-11-04 11:38:29 +02:00
6508f15bb0
refactor: remove typescript source code from repo (for now) 2023-11-04 11:37:13 +02:00
69f93b4f87
refactor: make filenames more consistent 2023-11-04 11:36:36 +02:00
b675411925
fix: a lot of minor bugs 2023-10-29 23:47:48 +02:00
d1e93c2088
Merge branch 'master' of https://github.com/TopchetoEU/java-jscript 2023-10-29 12:33:18 +02:00
942db54546
feat: improve vscode debugging compatibility 2023-10-29 12:30:43 +02:00
d20df66982
feat: improve vscode debugging compatibility 2023-10-29 12:25:33 +02:00
dc9d84a370
chore: nothing of use 2023-10-28 17:10:27 +03:00
edb71daef4
feat: fully implement local and capture scope object wrappers
feat: implement object sending and receiving
2023-10-28 16:58:33 +03:00
4b84309df6
feat: complete steptrough and breakpoints in debugger 2023-10-27 15:12:14 +03:00
d2d9fa9738
fix: exit now works 2023-10-07 14:08:47 +03:00
a4e5f7f471
refactor: clean up useless catch blocks 2023-10-07 13:55:44 +03:00
cc044374ba
refactor: replace InterruptedException with unchecked alternative 2023-10-07 13:42:55 +03:00
517e3e6657
refactor: clean up context and stack data 2023-10-07 13:07:07 +03:00
926b9c17d8
feat: readd JSON to lib 2023-10-06 18:42:35 +03:00
fc705e7383
feat: readd date internals 2023-10-06 12:03:33 +03:00
a17ec737b7
refactor: rename polyfills to libs 2023-10-06 11:57:29 +03:00
952a4d631d
fix: keep order of object fields 2023-10-04 22:06:49 +03:00
9743a6c078
fix: cache function bodies 2023-10-04 21:34:33 +03:00
21a6d20ac5
refactor: some code cleanup, emit better bytecode 2023-10-04 12:16:06 +03:00
604b752be6
feat: add global functions 2023-10-04 08:49:20 +03:00
6c7fe6deaf
feat: add old data to both subcontexts 2023-10-04 08:30:33 +03:00
68f3b6d926
feat: fully remove typescript init code 2023-10-04 08:10:26 +03:00
63b04019cf
feat: implement timers in java 2023-09-28 10:25:32 +03:00
9c65bacbac
fix: type name can f itself 2023-09-28 09:38:51 +03:00
0dacaaeb4c
a lot of fixes 2023-09-27 15:08:23 +03:00
c1b84689c4
fix: rewrite try-catch-finally logic 2023-09-27 10:27:19 +03:00
bd08902196
fix: revert back to old error protocol 2023-09-27 10:27:04 +03:00
22ec95a7b5
feat: implement errors 2023-09-26 22:54:12 +03:00
6c71911575
feat: implement symbols in java 2023-09-26 11:29:49 +03:00
e16c0fedb1
feat: implement map and set polyfills in java 2023-09-26 08:31:27 +03:00
cf36b7adc5
fix: some string polyfill fixes 2023-09-25 18:33:07 +03:00
47c62128ab
feat: implement string polyfill in java 2023-09-25 18:18:36 +03:00
4aaf2f26db
feat: add some standard functions to Number 2023-09-24 20:50:53 +03:00
f21cdc831c
fix: primitive values will be native classes now 2023-09-24 14:15:12 +03:00
86b206051d
feat: implement bool polyfills in java 2023-09-24 13:49:37 +03:00
f2cd50726d
feat: implement array polyfills in java 2023-09-24 12:56:53 +03:00
0b7442a3d8
fix: remove raw native funcs, use this arg passing instead 2023-09-21 10:50:03 +03:00
356a5a5b78
feat: a lot of typescript corelibs translated to java 2023-09-20 23:02:23 +03:00
da4b35f506
feat: Create filesystem interface and a physical filesystem 2023-09-18 10:31:50 +03:00
692fae4049
feat: some cleanup 2023-09-09 18:55:20 +03:00
fea17d944b
fuck 2023-09-09 18:12:24 +03:00
8fb01e1091
fix: remove try_break and try_cont (dead code) 2023-09-09 18:12:20 +03:00
1ce5fc9d99
refactor: move parse to Contetx 2023-09-09 18:09:20 +03:00
0e04459fe7
feat: implement new system for context tracking 2023-09-09 17:32:46 +03:00
38656bd654
fix: small issues 2023-09-07 16:35:49 +03:00
29d3f378a5
major changes in preparations for environments 2023-09-04 14:30:57 +03:00
d1b37074a6
fix: resturcture build pipeline 2023-08-29 11:49:27 +03:00
a1e07a8046
fix: reprogram standard library for env api 2023-08-27 21:21:25 +03:00
d05cd19414
more fixes 2023-08-26 12:01:02 +03:00
33d96429f4
remove formatted 2023-08-26 11:56:14 +03:00
51789efd90
remove toList 2023-08-26 11:53:09 +03:00
480293734b
remove all records 2023-08-26 11:49:00 +03:00
50739de70c
fix: properly initialize Infinity and NaN 2023-08-26 11:13:23 +03:00
7a745faacf
feat: implement async generators 2023-08-26 00:41:28 +03:00
8a0d309f0f
feat: fully remove async functions 2023-08-25 23:49:31 +03:00
c5a4167c94
feat: make generator function 2023-08-25 23:48:40 +03:00
91579bd3a0
fix: import './ts' instead of './ts__' 2023-08-25 17:11:08 +03:00
991f957f44
fix: await in async func throws properly 2023-08-25 17:00:47 +03:00
396d7ca5a2
small fixes 2023-08-25 14:32:13 +03:00
0ea01996ee
feat: make try-catch call-less 2023-08-25 14:26:08 +03:00
bef35ebb1b
fix: include JSON.stringify in polyfills 2023-08-25 11:53:27 +03:00
b8b000ddf0
feat: merge all operation instructions in one 2023-08-25 11:08:57 +03:00
79a93ef971
feat: add async function 2023-08-23 11:47:50 +03:00
6da7720c67
feat: add support for member class wrappers 2023-08-21 11:02:06 +03:00
7e6a1e03c8
fix: use linked hashmap for object statement 2023-08-21 01:01:57 +03:00
5629b9ab25
me is idiot 2023-08-05 18:41:02 +03:00
2858d685ad
initial commit 2023-08-05 18:37:18 +03:00