Commit Graph

580 Commits

Author SHA1 Message Date
fd8b0b7cbe fix: source map decoding 2025-05-22 14:20:29 +03:00
a4c09b6cd6 various debugging-related fixes 2025-05-22 14:19:53 +03:00
892408d9dd feat: some much needed REPL improvements 2025-05-22 14:18:49 +03:00
ecfd80f36a fix: typescript transpiler misbehaving 2025-05-22 12:08:41 +03:00
a1a2293af4 fixing gradle (*again*) 2025-05-22 11:35:04 +03:00
6e9250ffd1 minor cleanup 2025-05-22 11:34:29 +03:00
45292990b1 some thesis fixes 2025-01-29 14:12:57 +02:00
2dcfff689a add page numbers to thesis 2025-01-28 14:33:34 +02:00
2619e50e9b fix typos in thesis 2025-01-28 13:25:09 +02:00
4bfda6b0a1 bump
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m38s
v0.10.11-beta
2025-01-28 13:11:29 +02:00
58d6110e1d fix: stack overflow!! 2025-01-28 13:10:58 +02:00
120e59577d bump
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m45s
v0.10.10
2025-01-28 12:53:14 +02:00
efe123b658 wrong build files 2025-01-28 12:52:53 +02:00
b190367681 add thesis text 2025-01-26 18:07:13 +02:00
e601749866 refactor: make Value interface (again?) 2025-01-24 23:04:05 +02:00
1670b64aaf bump
Some checks failed
tagged-release / Tagged Release (push) Failing after 3m54s
v0.10.9-beta
2025-01-24 22:48:34 +02:00
1548938537 small fixes
Some checks failed
tagged-release / Tagged Release (push) Has been cancelled
2025-01-24 22:46:51 +02:00
e14d85e7a8 whitespaces 2025-01-24 22:45:14 +02:00
4352550ae9 move debugging to lib 2025-01-24 22:42:33 +02:00
3c4d05abd4 restructuring of stdlibs 2025-01-24 22:37:52 +02:00
f16d088646 bump
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m44s
v0.10.8-beta
2025-01-24 05:57:33 +02:00
8b1c2a5e4e separate more stuff into lib project 2025-01-24 05:57:15 +02:00
ee8268b144 fix: for-in not managing stack correctly 2025-01-24 05:47:44 +02:00
fffeac9bac fix: name was always 'name'
All checks were successful
tagged-release / Tagged Release (push) Successful in 4m14s
v0.10.7-beta
2025-01-24 04:18:35 +02:00
166e9c0470 bump
All checks were successful
tagged-release / Tagged Release (push) Successful in 3m56s
v0.10.6-beta
2025-01-24 03:26:14 +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
4389d115b6 use only babel 2025-01-24 00:22:03 +02:00
208444381e move FunctionMap logic away from core 2025-01-24 00:21:51 +02:00
eff076f6fe bump
All checks were successful
tagged-release / Tagged Release (push) Successful in 3m56s
v0.10.5-beta
2025-01-22 20:34:46 +02:00
24a4a01d8e fix warnings 2025-01-22 20:34:36 +02:00
b9a397a7b9 specify babel plugins separately 2025-01-22 20:34:31 +02:00
40f6cfe616 fix: make Function.compile do less stuff 2025-01-22 20:34:00 +02:00
f712fb09ae refactor: merge TYPEOF instruction into OPERATION 2025-01-22 20:32:55 +02:00
6355a48c6b fix: forEach is cringe 2025-01-22 20:21:32 +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
01e86b5e70 Merge pull request 'Write some tests' (#33) from topchetoeu/tests into master
Reviewed-on: #33
2025-01-15 18:23:24 +00:00
29b0c91c5d fix: function mappings were registered incorrectly 2025-01-15 20:12:52 +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
0118379d4e simple func map tests 2025-01-15 19:51:35 +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
a115843351 parseRes tests 2025-01-12 03:23:35 +02:00
3623842827 sanitize Source.loc argument 2025-01-12 03:10:44 +02:00
24d0cb73b6 don't use JSON for parsing metadata 2025-01-11 15:21:14 +02:00
7a13b032f8 add environment tests 2025-01-11 14:19:19 +02:00
5a154c8a69 filename tests 2025-01-11 13:43:02 +02:00