457 Commits

Author SHA1 Message Date
4e08339756 Step 25C: bytecode class declarations 2026-02-10 08:30:10 +03:00
b32a937636 Step 25B: bytecode function declarations 2026-02-10 08:13:58 +03:00
4db0a7fbab Step 25A: bytecode enum declarations 2026-02-10 08:04:28 +03:00
8b196c7b0c Step 24E: isolate interpreter-only capture logic 2026-02-10 07:58:29 +03:00
abbebec153 Step 24D: bytecode-only closure path for lambdas 2026-02-10 07:56:08 +03:00
c066dc7150 Step 24C: remove scope mirroring in bytecode runtime 2026-02-10 04:46:42 +03:00
6c0b86f6e6 Step 24B: frame-slot captures for bytecode lambdas 2026-02-10 04:33:04 +03:00
8f1c660f4e Step 24A: bytecode capture tables for lambdas 2026-02-10 04:19:52 +03:00
0caa9849cf Step 25: emit DECL_EXEC for declarations 2026-02-09 22:00:46 +03:00
dab0b9f165 Step 24: remove assign scope slot 2026-02-09 20:42:02 +03:00
6aa23e8ef3 Step 23: frame-based delegated locals 2026-02-09 19:57:59 +03:00
c035b4c34c Step 22: delegated locals in bytecode 2026-02-09 12:34:23 +03:00
9d508e219f Step 21: union mismatch bytecode throw 2026-02-09 12:13:33 +03:00
b49f291bff Step 20: bytecode NopStatement 2026-02-09 12:04:51 +03:00
ae88898f58 Step 16: remove ToBoolStatement 2026-02-09 11:42:51 +03:00
565dbf98ed Step 19: union member access 2026-02-09 11:38:04 +03:00
5305ced89f Step 18: delegated member access in bytecode 2026-02-09 11:00:29 +03:00
b2d5897aa8 Step 17: callable property calls 2026-02-09 10:50:53 +03:00
0b94b46d40 Step 15: class-scope ?= in bytecode 2026-02-09 10:34:36 +03:00
541738646f Enable fast local refs behind compiler flag 2026-02-09 10:28:32 +03:00
f0dc0d2396 Support qualified this refs in bytecode 2026-02-09 10:16:04 +03:00
7850d5fbde Cover optional index pre-inc short-circuit 2026-02-09 10:07:32 +03:00
cde7cf2caf Add optional inc/dec bytecode tests 2026-02-09 10:06:39 +03:00
473a5dd6ed Handle optional assign-ops and inc/dec in bytecode 2026-02-09 10:04:37 +03:00
694d15c69d Add bytecode destructuring assignment 2026-02-09 09:58:34 +03:00
8a7582891a Fix bytecode object refs and post-inc 2026-02-09 03:20:14 +03:00
5b1a8af4e3 Allow delay in bytecode 2026-02-09 02:18:00 +03:00
58581d6bf0 Step 9: module-level bytecode execution 2026-02-09 02:09:29 +03:00
e2f503744d Bytecode: dynamic member assign ops 2026-02-09 02:05:58 +03:00
d739833c57 Step 8: bytecode ObjDynamic member access 2026-02-09 02:02:10 +03:00
5fd322a43e Step 7: bytecode class-scope member refs 2026-02-09 01:53:12 +03:00
3a46e59ec8 Step 6: support map spread in bytecode 2026-02-09 01:43:58 +03:00
026b023892 Step 5: allow bytecode for delegated var decls 2026-02-09 01:40:31 +03:00
f9fe3d1186 Step 4: allow bytecode for destructuring/extension decls 2026-02-09 01:39:00 +03:00
f5ced02505 Step 3: bytecode try/catch/finally 2026-02-09 01:18:20 +03:00
7ea67d4816 Step 2: bytecode for implicit this refs 2026-02-09 00:52:44 +03:00
7b70a37e90 Step 1: module import slots and extension lookup 2026-02-08 21:47:36 +03:00
a557d0cc59 Add import binding data for module slot seeding 2026-02-08 21:47:36 +03:00
40a55f298e Allow wrapping break/continue/return statements 2026-02-08 21:47:36 +03:00
b857686d7d Add bytecode support for destructuring decls 2026-02-08 21:47:36 +03:00
eb58720365 Add bytecode support for delegated var decls 2026-02-08 21:47:36 +03:00
62975ff511 1.3 notes 2026-02-08 12:43:33 +03:00
b5bb68d042 less noise in tests 2026-02-08 11:22:27 +03:00
c16c0d7ebd language tools and site suport 2026-02-07 05:47:18 +03:00
78d8e546d5 Add stepped range iteration 2026-02-07 05:45:44 +03:00
79bece94a5 Refine implicit receiver type resolution and enhance related tests. 2026-02-06 13:46:38 +03:00
3b290116b8 Add nested declarations and lifted enums 2026-02-05 23:57:34 +03:00
c35efdc2ae Disambiguate type alias declarations from type() calls 2026-02-05 22:22:43 +03:00
d82a9bb930 Add type aliases for type expressions 2026-02-05 21:08:04 +03:00
7a286f2e06 Infer map literal types 2026-02-05 20:31:20 +03:00