TopchetoEU topchetoeu
topchetoeu pushed to master at topchetoeu/j2s 2025-01-22 18:22:48 +00:00
6355a48c6b fix: forEach is cringe
topchetoeu pushed to master at topchetoeu/j2s 2025-01-22 01:57:37 +00:00
343684f9ce move more instructions as intrinsics
topchetoeu pushed to master at topchetoeu/j2s 2025-01-21 23:54:40 +00:00
582753440b fix: remove unneeded LOAD_REGEX instruction
topchetoeu pushed to master at topchetoeu/es2c 2025-01-16 22:48:38 +00:00
Compare 2 commits »
topchetoeu deleted branch topchetoeu/tests from topchetoeu/j2s 2025-01-15 18:23:29 +00:00
topchetoeu pushed to master at topchetoeu/j2s 2025-01-15 18:23:26 +00:00
01e86b5e70 Merge pull request 'Write some tests' (#33) from topchetoeu/tests into master
29b0c91c5d fix: function mappings were registered incorrectly
961c8cefcc make arguments null prototype, to follow spec closer
3b512b64eb move buffers out of runtime
0118379d4e simple func map tests
Compare 14 commits »
topchetoeu merged pull request topchetoeu/j2s#33 2025-01-15 18:23:25 +00:00
Write some tests
topchetoeu created pull request topchetoeu/j2s#33 2025-01-15 18:23:18 +00:00
Write some tests
topchetoeu pushed to topchetoeu/tests at topchetoeu/j2s 2025-01-15 18:12:59 +00:00
29b0c91c5d fix: function mappings were registered incorrectly
topchetoeu pushed to topchetoeu/tests at topchetoeu/j2s 2025-01-15 17:54:17 +00:00
961c8cefcc make arguments null prototype, to follow spec closer
3b512b64eb move buffers out of runtime
0118379d4e simple func map tests
1be1cded9f delete placeholder tests
Compare 4 commits »
topchetoeu pushed to topchetoeu/tests at topchetoeu/j2s 2025-01-12 02:31:36 +00:00
c0b23d50e5 make common project classes hierarchy flat
topchetoeu pushed to topchetoeu/tests at topchetoeu/j2s 2025-01-12 02:27:49 +00:00
cacffd01e8 move JSON and parsing logic to compiler project, decouple JSON and parser from engine logic
topchetoeu pushed to topchetoeu/tests at topchetoeu/j2s 2025-01-12 01:23:49 +00:00
a115843351 parseRes tests
topchetoeu pushed to topchetoeu/tests at topchetoeu/j2s 2025-01-12 01:12:01 +00:00
6c1666392e parseRes tests
3623842827 sanitize Source.loc argument
24d0cb73b6 don't use JSON for parsing metadata
Compare 3 commits »
topchetoeu pushed to topchetoeu/tests at topchetoeu/j2s 2025-01-11 12:19:25 +00:00
7a13b032f8 add environment tests
5a154c8a69 filename tests
ae77e3b55e location tests
Compare 3 commits »
topchetoeu created branch topchetoeu/tests in topchetoeu/j2s 2025-01-11 12:19:25 +00:00
topchetoeu pushed to master at topchetoeu/j2s 2025-01-10 02:53:17 +00:00
c8a89849ee clearing up README
topchetoeu released v0.10.4-beta at topchetoeu/j2s 2025-01-10 02:20:46 +00:00
topchetoeu pushed tag v0.10.4-beta to topchetoeu/j2s 2025-01-10 02:15:25 +00:00
topchetoeu pushed to master at topchetoeu/j2s 2025-01-10 02:15:14 +00:00
d563fc4919 build: split up into multiple projects, use kotlin DLS