• Joined on 2023-05-19
jeff pushed to rewrite-4 at jeff/dust 2024-09-19 00:08:15 +00:00
a1dd7e3bb9 Add if/else test
jeff pushed to rewrite-4 at jeff/dust 2024-09-19 00:02:31 +00:00
5b3232c723 Refactor and clean up; Pass tests
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 20:43:54 +00:00
413cb70731 Begin implementing control flow with if/else expressions
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 17:42:59 +00:00
915340fbdb Add LoadBoolean; Refactor; Improve disassembly output
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 15:27:53 +00:00
85b95a56aa Add mutable variables
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 12:33:36 +00:00
2cb03297c5 Add test
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 12:29:21 +00:00
56f1222cfc Fix block test
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 12:25:11 +00:00
89573e81b9 Fix bugs in binary parsing
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 11:58:50 +00:00
fa4c2d48a3 Implement better closing for blocks
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 05:21:58 +00:00
0a16c5e0ca Fix binary expressions with variables
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 03:07:12 +00:00
2f8c46f0a5 Implement closing for lists
jeff pushed to rewrite-4 at jeff/dust 2024-09-18 01:10:50 +00:00
37dc2e05c5 Clean up
jeff pushed to rewrite-4 at jeff/dust 2024-09-17 23:35:44 +00:00
f02c3d1fb5 Add lists
jeff pushed to rewrite-4 at jeff/dust 2024-09-17 21:52:01 +00:00
6ca96bc1dc Add &&, || and ! to the language; Add tests
jeff pushed to rewrite-4 at jeff/dust 2024-09-17 21:23:51 +00:00
00555785e3 Refactor pratt parsing
jeff pushed to rewrite-4 at jeff/dust 2024-09-17 17:39:23 +00:00
6c76006ad9 Improve test
jeff pushed to rewrite-4 at jeff/dust 2024-09-17 17:25:05 +00:00
0d55bb7244 Fix binary expression parsing
jeff pushed to rewrite-4 at jeff/dust 2024-09-17 16:08:52 +00:00
fd4ffeec7c Pass tests
jeff pushed to rewrite-4 at jeff/dust 2024-09-15 14:20:50 +00:00
71a4f863e3 Add test
jeff pushed to rewrite-4 at jeff/dust 2024-09-15 10:34:06 +00:00
9cb6873618 Add test