|
4e8b110fc4
|
feat: add assign shorthands
|
2024-09-14 14:33:09 +03:00 |
|
|
cb82f4cf32
|
feat: implement patterns
|
2024-09-14 14:23:46 +03:00 |
|
|
23ae2b2e46
|
todo
|
2024-09-14 14:23:35 +03:00 |
|
|
55613ef2c9
|
feat: extend the instruction set
|
2024-09-14 14:23:28 +03:00 |
|
|
0b34c68139
|
fix: unnecessary new line in toReadable
|
2024-09-14 14:22:51 +03:00 |
|
|
d87e53264d
|
refactor: split array logic
|
2024-09-14 14:22:31 +03:00 |
|
|
1f42263051
|
clean up member logic
|
2024-09-14 13:53:58 +03:00 |
|
|
3e6816cb2c
|
fix: properly hande variable collisions
|
2024-09-12 20:25:11 +03:00 |
|
|
2a01b3d86e
|
some work losl
|
2024-09-07 21:06:08 +03:00 |
|
|
8e64d13c87
|
refactor: clean up assigning
|
2024-09-06 15:48:22 +03:00 |
|
|
5f88061ee7
|
refactor: rename callNew -> construct and call -> invoke
|
2024-09-06 15:48:07 +03:00 |
|
|
b9268518f6
|
fix: array statements broken when empty elements
|
2024-09-06 15:46:10 +03:00 |
|
|
63ccd5757e
|
feat: implement spread_obj intrinsic
|
2024-09-06 10:03:55 +03:00 |
|
|
515011b3ef
|
refactor: improve meber listing system
|
2024-09-06 10:03:37 +03:00 |
|
|
6f548ce5ff
|
feat: reflect scope optimizations in runtime
|
2024-09-05 22:30:28 +03:00 |
|
|
7c74df4d36
|
refactor: use new system to reorder variables that overlaps neighboring scopes
|
2024-09-05 21:25:39 +03:00 |
|
|
0004839f6f
|
fix: realloc for declarations after each iteration
|
2024-09-05 17:15:26 +03:00 |
|
|
07411f62c8
|
feat: implement capturable locals realloc
|
2024-09-05 17:14:59 +03:00 |
|
|
4bfc062aaf
|
fix: correctly flatten locals in control flow statements
|
2024-09-05 17:13:34 +03:00 |
|
|
9ec99def3f
|
fix: variable declarations shouldn't collide with defined name of named function exp
|
2024-09-05 13:29:42 +03:00 |
|
|
8f13ff3e0b
|
fix: scope gets polluted by arguments with named function expressions
|
2024-09-05 13:29:20 +03:00 |
|
|
d7353e19ed
|
fix: treat "arguments" as a keyword (as per strict soecifications)
|
2024-09-05 13:18:53 +03:00 |
|
|
e509edc459
|
fix: wrong arguments when compilling function bodies
|
2024-09-05 13:03:49 +03:00 |
|
|
b6a90b108b
|
fix: wrong check for var decl collisions
|
2024-09-05 13:03:36 +03:00 |
|
|
55caf1e206
|
refactor: remove unneeded old comments
|
2024-09-05 13:03:04 +03:00 |
|
|
eac4a3af23
|
fix: throw access before decl for const and let in runtime
|
2024-09-05 00:31:03 +03:00 |
|
|
5b4adf5286
|
a clusterfuck of fixes with let and const
|
2024-09-05 00:28:13 +03:00 |
|
|
1589ef51b0
|
refactor: move src and resources to standard places
|
2024-09-04 15:32:54 +03:00 |
|