292 Commits

Author SHA1 Message Date
523b9d338b Update compile-time resolution and tests 2026-02-03 02:07:29 +03:00
8f60a84e3b Fix loop scoping in bytecode and unignore ScriptTests 2026-01-30 23:46:25 +03:00
d363501081 Fix exception class lookup and add lazy delegate 2026-01-30 23:22:02 +03:00
ffb22d0875 Fix bytecode loop locals and class member resolution 2026-01-30 22:27:48 +03:00
2e9e0921bf Add cached builtin and unignore ScriptTest cached 2026-01-30 20:33:11 +03:00
f9c29e742a Add run builtin and unignore ScriptTest toString/getter 2026-01-30 20:26:53 +03:00
84554ab7c6 Unignore ScriptTest batch and keep bytecode updates 2026-01-30 19:47:52 +03:00
64fa305aa7 Fix apply/inc-dec handling and re-enable more ScriptTests 2026-01-30 18:19:55 +03:00
615dc026f7 Fix apply captures, class forward refs, and when bytecode 2026-01-30 17:41:04 +03:00
4b66454bf3 Handle labeled break and catch locals in ScriptTest 2026-01-30 17:03:51 +03:00
d6e1e74b48 Fix do-while scoping and module pseudo-symbol 2026-01-30 16:48:21 +03:00
68122df6d7 Fix implicit extension calls and apply scope captures 2026-01-30 16:20:55 +03:00
ecf64dcbc3 Fix block capture sync for bytecode locals 2026-01-30 15:39:03 +03:00
89cf2c1612 Fix module scope resolution in cmd runtime 2026-01-30 14:00:02 +03:00
a266df6035 Seed Scope.eval symbols and reenable script tests 2026-01-30 12:56:37 +03:00
df48a06311 Fix while bytecode scoping and arithmetic fallback 2026-01-30 11:11:43 +03:00
40b6ec023c Enable 4 ScriptTest cases and fix __PACKAGE__ resolution 2026-01-30 10:15:27 +03:00
e4d0730b04 Fix module slot localization and restore 4 tests 2026-01-30 09:52:44 +03:00
20b8464591 Fix closure locals for tail blocks; unignore stdlib tests 2026-01-29 10:31:27 +03:00
d8e18e4a0c Fix bytecode name lookup; unignore more stdlib tests 2026-01-29 09:57:29 +03:00
e346e7e56e Add iterator cancellation for bytecode for-in loops 2026-01-29 06:47:27 +03:00
e143f31f3d Add bytecode support for when statements 2026-01-29 04:11:27 +03:00
a73c118c77 Add bytecode MAKE_RANGE and re-enable open range tests 2026-01-29 03:40:40 +03:00
eaee738dee Bytecode index inc/dec for ScriptTest cases 2026-01-29 03:33:31 +03:00
c7e2455340 Enable stdlib/lynon tests and add try wrapper 2026-01-29 03:13:15 +03:00
70d05f7987 Enable props/ops/object tests and improve unary/incdec 2026-01-29 02:44:20 +03:00
3250e5e556 Enable MiniAst inference tests and map literal eval 2026-01-29 02:34:34 +03:00
1eb8793e35 Enable binding/miniast tests and support decl bytecode eval 2026-01-28 23:22:31 +03:00
ac5d1fa65a Avoid double-eval in optional compound assigns 2026-01-28 22:48:26 +03:00
2c2468b672 Bytecode compound assign for implicit this member 2026-01-28 22:44:15 +03:00
938503fdd4 Add bytecode opcodes for implicit this member access 2026-01-28 22:42:21 +03:00
81d86f4c3a Add bytecode opcode for ValueFnRef 2026-01-28 22:38:01 +03:00
a4fc5ac6d5 Add list literal opcode and bytecode wrappers 2026-01-28 22:35:14 +03:00
aebe0890d8 Compile this-slot method calls to bytecode 2026-01-28 22:28:31 +03:00
951ce989a6 Add bytecode opcode for statement eval 2026-01-28 22:17:08 +03:00
9a15470cdb Enforce bytecode-only compilation in tests 2026-01-28 19:39:21 +03:00
490faea2ba Bytecode compile is/not is and contains 2026-01-28 18:55:41 +03:00
250220a42f Bytecode compile in/not in via contains 2026-01-28 16:49:06 +03:00
63bcb91504 Fix bytecode bool conversion and object equality 2026-01-28 16:45:29 +03:00
8dfdbaa0a0 Bytecode for iterable for-in loops 2026-01-28 08:23:04 +03:00
37a8831fd7 Bytecode for loop over typed range params 2026-01-28 07:20:58 +03:00
2311cfc224 Stabilize bytecode baseline for nested range benchmark 2026-01-28 06:35:04 +03:00
bef94d3bc5 Optimize cmd VM with scoped slot addressing 2026-01-27 14:15:35 +03:00
7de856fc62 Stabilize bytecode interpreter and fallbacks 2026-01-26 22:13:30 +03:00
2f4462858b bytecode: extend call args and cache call sites 2026-01-26 06:33:15 +03:00
144082733c Expand bytecode expressions and loops 2026-01-26 05:47:37 +03:00
72901d9d4c Fix bytecode call-site semantics 2026-01-26 04:09:49 +03:00
059e366787 Add bytecode slot metadata and compile-time mutability 2026-01-26 01:09:02 +03:00
b4598bff98 Add object comparison opcodes to bytecode 2026-01-25 21:37:20 +03:00
fd1548c86c Add object equality and reference ops to bytecode 2026-01-25 21:33:28 +03:00