• Joined on 2023-05-19
jeff pushed to rewrite-3 at jeff/dust 2024-09-02 07:59:11 +00:00
2a0e4c9b78 Clean up context garbage collection
jeff pushed to rewrite-3 at jeff/dust 2024-09-02 07:51:36 +00:00
14aa7c242a Ignore context in Debug format for AST
jeff pushed to main at jeff/trade_bot 2024-09-02 05:19:45 +00:00
8325edcae1 Merge branch 'dev'
ed2fc13217 Add Changelog to README; Remove /world announcements
68e7b675ef Remove unused voxygen translations
70791b0486 Fix dumb error; Report item stock with prices
60f1688ac2 Add more detail to debug logs
Compare 5 commits »
jeff pushed to dev at jeff/trade_bot 2024-09-02 05:11:54 +00:00
ed2fc13217 Add Changelog to README; Remove /world announcements
jeff pushed to rewrite-3 at jeff/dust 2024-08-31 11:24:52 +00:00
e643ebe114 Fix parsing bug
jeff pushed to rewrite-3 at jeff/dust 2024-08-30 23:58:13 +00:00
f2e5b8d499 Clean up; Fix tests
jeff pushed to rewrite-3 at jeff/dust 2024-08-30 22:07:24 +00:00
012728b00a Try embedding contexts in the AST
jeff pushed to rewrite-3 at jeff/dust 2024-08-29 17:07:19 +00:00
bbb45aa97e Improve context stacks
jeff pushed to rewrite-3 at jeff/dust 2024-08-29 16:33:03 +00:00
21b63b5942 Add context stacks
jeff pushed to rewrite-3 at jeff/dust 2024-08-28 16:51:59 +00:00
d032334635 Clean up
jeff pushed to rewrite-3 at jeff/dust 2024-08-28 16:18:37 +00:00
5f186ade41 Add VM test
jeff pushed to rewrite-3 at jeff/dust 2024-08-28 16:15:38 +00:00
8043e24637 Use variable dereferencing to improve language
jeff pushed to rewrite-3 at jeff/dust 2024-08-28 16:06:35 +00:00
0c3e8d5edf Clean up
jeff pushed to rewrite-3 at jeff/dust 2024-08-28 15:32:07 +00:00
b02e5244f2 Add defereference expressions
jeff pushed to rewrite-3 at jeff/dust 2024-08-24 18:18:08 +00:00
5f733ba1dd Add Vm tests and refine how mutability and assignment works
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