|
3e6214659b
|
fix: use new global API
|
2024-03-05 15:54:51 +02:00 |
|
|
7c6622c53d
|
fix: separate scope records from scopes
|
2024-03-05 15:45:02 +02:00 |
|
|
70d5871091
|
fix: properly check permissions
|
2024-03-03 20:47:54 +02:00 |
|
|
7b9bbe576b
|
feat: add std streams as global variables
|
2024-03-03 20:31:20 +02:00 |
|
|
e6399c1546
|
refactor: remove unused var
|
2024-03-02 14:01:58 +02:00 |
|
|
c8253795b2
|
fix: make debugging work again
|
2024-03-02 13:56:48 +02:00 |
|
|
49dd725669
|
refactor: fully separate event loop from context
|
2024-02-29 00:23:14 +02:00 |
|
|
52489ad3a8
|
feat: separate compilation and runtime
|
2024-02-26 13:22:56 +02:00 |
|
|
c4d44547c8
|
fix: call move when passing same array to copyTo
|
2024-02-21 11:03:19 +02:00 |
|
|
c6dc031cfd
|
fix: respect return value of constructors
|
2024-02-21 11:01:33 +02:00 |
|
|
285960bdd6
|
refactor: rework fs error system
|
2024-02-09 13:46:57 +02:00 |
|
|
cf99845f6b
|
refactor: rework permission system
|
2024-01-13 11:05:43 +02:00 |
|
|
304665904f
|
feat: extract log API to console
|
2024-01-12 09:53:56 +02:00 |
|
|
46136e77e2
|
build: improve build scripts
|
2024-01-11 10:47:41 +02:00 |
|
|
e772f0b50d
|
feat: change custom build script to gradle
|
2024-01-11 09:56:50 +02:00 |
|
|
187ad55291
|
fix: fully remove typescript
|
2024-01-10 17:02:45 +02:00 |
|
|
8156a1733f
|
refactor: move debugging logic out of core
|
2024-01-10 17:01:24 +02:00 |
|
|
d1937fdb63
|
remove typescript
|
2024-01-10 16:51:40 +02:00 |
|
|
cfa0e001b9
|
refactor: split up code in 4 modules
|
2024-01-10 11:21:49 +02:00 |
|
|
c10d071346
|
feat: some API improvements
|
2024-01-10 11:21:35 +02:00 |
|
|
89eea7d62b
|
refactor: remove old useless exceptions
|
2024-01-06 19:51:48 +02:00 |
|
|
72a0d39d0b
|
fix: make java 11 compatible
|
2024-01-06 18:27:36 +02:00 |
|
|
d8585a20bf
|
refactor: don't require ctx in frame.push
|
2024-01-06 18:23:34 +02:00 |
|
|
e4c9a8756e
|
fix: debugger hanging sometimes
|
2024-01-06 18:23:20 +02:00 |
|
|
292ca64cb9
|
fix: wrong behavior in Number.toString (which somehow broke typescript)
|
2024-01-06 17:50:06 +02:00 |
|
|
0251c4689d
|
fix: use Values to access members in ObjectLib, instead of direct access
|
2024-01-06 17:49:27 +02:00 |
|
|
3173919b49
|
fix: implement proper parseInt logic
|
2024-01-06 17:48:35 +02:00 |
|
|
45f133c6b0
|
fix: use Values.call instead of direct calling
|
2024-01-06 17:48:10 +02:00 |
|
|
34276d720c
|
fix: remove sparse call arguments
|
2024-01-06 17:47:38 +02:00 |
|
|
2c634778c3
|
fix: report proper function name in String.length errors
|
2024-01-06 17:47:07 +02:00 |
|
|
4aa757e625
|
fix: Function.bind now passess this argument, instead of the function itself
|
2024-01-06 17:46:39 +02:00 |
|
|
918f2623cd
|
fix: small issue with sparse arrays
|
2024-01-06 17:46:13 +02:00 |
|
|
a321fc14bc
|
fix: wrong signature of Map.forEach
|
2024-01-06 17:45:56 +02:00 |
|
|
07a6f18b16
|
refactor: some spring cleaning in array lib, fix small issue with join
|
2024-01-06 17:45:52 +02:00 |
|
|
5f4011aa0c
|
refactor: move NO_RETURN to Values, remove some casters from Values
|
2024-01-06 17:45:44 +02:00 |
|
|
71f735b812
|
fix: some more libs fixes
|
2024-01-04 13:58:04 +02:00 |
|
|
e575b3287e
|
fix: try-catch-finally fix #457846982
|
2024-01-04 13:57:41 +02:00 |
|
|
4fa5f5a815
|
feat: use new wrapper API in libs
|
2024-01-04 10:02:14 +02:00 |
|
|
a61c6a494e
|
fix: some Argument and Engine API improvements,
|
2024-01-04 10:02:01 +02:00 |
|
|
978ee8db79
|
feat: make better native wrapper API
|
2023-12-28 16:55:57 +02:00 |
|
|
e372941e99
|
refactor: generalize Reading class
|
2023-12-27 20:18:41 +02:00 |
|
|
c36a0db860
|
refactor: remove more dead code
|
2023-12-27 20:18:23 +02:00 |
|
|
d6ee59363f
|
refactor: remove unneeded event system
|
2023-12-27 20:10:11 +02:00 |
|
|
d5fd6e650e
|
fix: clean up debugger API
|
2023-12-27 20:02:45 +02:00 |
|
|
c0b895e00a
|
feat: greatly improve Context API
|
2023-12-27 14:22:18 +02:00 |
|
|
9ea5cd9277
|
refactor: remove old Data API
|
2023-12-27 14:21:52 +02:00 |
|
|
aaf9a6fa45
|
fix: pass environment to compiler via simple environment wrapper
|
2023-12-27 13:59:19 +02:00 |
|
|
579f09c837
|
fix: pass arguments to regex constructor in LOAD_REGEX
|
2023-12-27 13:28:17 +02:00 |
|
|
3343262e72
|
fix: main now uses new env API
|
2023-12-27 13:16:21 +02:00 |
|
|
153a1a9a49
|
feat: readd permissions API via new env API
|
2023-12-27 13:16:12 +02:00 |
|