302 Commits

Author SHA1 Message Date
1fab2702dd Allow Object members on unknown types 2026-02-04 03:40:07 +03:00
47654aee38 Enforce compile-time only member access 2026-02-04 03:30:56 +03:00
6539b9deff Fix wasm map usage and ignore annotation 2026-02-04 00:24:19 +03:00
ac2a734998 Align extern class member ids with runtime 2026-02-04 00:13:05 +03:00
874f8fc205 Support generic extension receivers and Iterable signatures 2026-02-03 23:58:49 +03:00
54c6fca0e8 Add generic bounds checks and union/intersection types 2026-02-03 15:36:11 +03:00
c5bf4e5039 Add variance-aware type params and generic delegates 2026-02-03 09:09:04 +03:00
c9da0b256f Add minimal generics and typed callable casts 2026-02-03 07:38:41 +03:00
be337144eb Enable tests and fix destructuring/prop setter parsing 2026-02-03 03:30:04 +03:00
824a58bbc5 Tighten compile-time slot resolution 2026-02-03 02:29:58 +03:00
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