• Joined on 2023-05-19
jeff pushed to rewrite-3 at jeff/dust 2024-08-24 14:13:37 +00:00
561a290b16 Implement block scopes; Refactor async block execution
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 21:27:21 +00:00
511cc10e98 Pass all tests
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 20:48:05 +00:00
e45ac042b9 Pass some docs tests
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 20:33:48 +00:00
ab53df56bc Pass all unit tests
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 17:48:06 +00:00
8b14d74eba Replace "return_type" methods in AST with new type_evaluation
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 16:17:10 +00:00
f510cce0ee Pass analyzer test
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 15:45:01 +00:00
6a488c2245 Improve constructors
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 11:36:28 +00:00
de3c83a6f5 Pass analyzer tests
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 09:55:19 +00:00
e84bb2ea70 Improve errors
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 09:25:18 +00:00
0d0a2d2237 Add character literal tokens; Change strings to double quotes only
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 07:04:29 +00:00
23782c37a3 Complete value overhaul
jeff pushed to rewrite-3 at jeff/dust 2024-08-23 05:12:41 +00:00
87bced9719 Begin changing value type
jeff pushed to rewrite-3 at jeff/dust 2024-08-20 23:44:29 +00:00
956def5ec6 Clean up
jeff pushed to rewrite-3 at jeff/dust 2024-08-20 23:20:49 +00:00
e1e40cf931 Pass analyzer tests
jeff pushed to rewrite-3 at jeff/dust 2024-08-20 22:48:39 +00:00
e22d0254f5 Pass analyzer test
jeff pushed to rewrite-3 at jeff/dust 2024-08-20 21:01:41 +00:00
08a9b265ec Improve errors
jeff pushed to rewrite-3 at jeff/dust 2024-08-20 19:55:44 +00:00
80bf09d807 Clean up
jeff pushed to rewrite-3 at jeff/dust 2024-08-20 19:44:00 +00:00
2eff51815a Get hello world working again
jeff pushed to rewrite-3 at jeff/dust 2024-08-20 19:16:16 +00:00
a6334070ae Get fizzbuzz working again
jeff pushed to rewrite-3 at jeff/dust 2024-08-20 18:45:58 +00:00
f9480ddc24 Add loop and break