Commit Graph

16 Commits

Author SHA1 Message Date
58d6110e1d fix: stack overflow!! 2025-01-28 13:10:58 +02:00
e601749866 refactor: make Value interface (again?) 2025-01-24 23:04:05 +02:00
1548938537 small fixes
Some checks failed
tagged-release / Tagged Release (push) Has been cancelled
2025-01-24 22:46:51 +02:00
8b1c2a5e4e separate more stuff into lib project 2025-01-24 05:57:15 +02:00
6125772038 add package uploading 2025-01-24 02:45:26 +02:00
1e982cd2ef some minor restructuring 2025-01-24 00:22:15 +02:00
208444381e move FunctionMap logic away from core 2025-01-24 00:21:51 +02:00
f712fb09ae refactor: merge TYPEOF instruction into OPERATION 2025-01-22 20:32:55 +02:00
343684f9ce move more instructions as intrinsics 2025-01-22 03:57:32 +02:00
582753440b fix: remove unneeded LOAD_REGEX instruction 2025-01-22 01:54:29 +02:00
961c8cefcc make arguments null prototype, to follow spec closer 2025-01-15 19:54:12 +02:00
3b512b64eb move buffers out of runtime 2025-01-15 19:52:53 +02:00
1be1cded9f delete placeholder tests 2025-01-15 19:51:09 +02:00
c0b23d50e5 make common project classes hierarchy flat 2025-01-12 04:31:32 +02:00
cacffd01e8 move JSON and parsing logic to compiler project, decouple JSON and parser from engine logic 2025-01-12 04:27:43 +02:00
d563fc4919 build: split up into multiple projects, use kotlin DLS
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
2025-01-10 04:14:40 +02:00