• Joined on 2023-05-19
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
jeff pushed to rewrite-4 at jeff/dust 2024-09-15 10:26:47 +00:00
b66710e3eb Improve precedence parsing
jeff pushed to rewrite-4 at jeff/dust 2024-09-15 08:25:37 +00:00
4653a3f506 Improve on proof of concept
jeff pushed to rewrite-4 at jeff/dust 2024-09-15 06:04:21 +00:00
97bde437e8 Pass tests and fix instruction byte encoding bug
jeff pushed to rewrite-4 at jeff/dust 2024-09-15 05:24:17 +00:00
d1bdabed56 Continue register proof of concept
jeff pushed to rewrite-4 at jeff/dust 2024-09-15 01:05:15 +00:00
ba80774e7b Refactor and debug