Commit Graph

288 Commits

Author SHA1 Message Date
16a9e5d761
Merge pull request #7 from TopchetoEU/TopcehtoEU/debugging
Debugging support
2023-10-28 17:11:55 +03: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
005610ca40
Merge pull request #6 from TopchetoEU/TopchetoEU/function-optimizations
Cache function bodies
2023-10-04 21:38:29 +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
4d1846f082
fix: reconfigure workflow and build.js 2023-10-04 09:00:44 +03:00
9547c86b32
Merge pull request #5 from TopchetoEU/TopchetoEU/corelib-reprogramming
Core library reprogramming
2023-10-04 08:50:26 +03:00
1cccfa90a8
refactor: remove pesky node files 2023-10-04 08:49:49 +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
ff9b57aeb9
fix: remove string from core.ts 2023-09-25 18:32:59 +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
d8071af480
refactor: remove dead .ts code 2023-09-21 10:50:48 +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
8c049ac08f
fix: forgor to delete this 2023-09-09 19:02:55 +03:00
292d08d5a6
Merge pull request #4 from TopchetoEU/TopchetoEU/environments
Create environments
2023-09-09 18:55:48 +03:00
692fae4049
feat: some cleanup 2023-09-09 18:55:20 +03:00
3824d11c97
debugging again 2023-09-09 18:42:10 +03:00
7a226c49d3
some build script fixes 2023-09-09 18:37:24 +03:00
8f0c0226a8
oops 2023-09-09 18:17:10 +03:00
0343c97d5e
fix script 2023-09-09 18:16:56 +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