Fix: revert optimizations

This commit is contained in:
2026-02-23 00:51:01 +01:00
parent 057ba5b2f3
commit f6c7438886
20 changed files with 134 additions and 377 deletions

View File

@@ -65,7 +65,7 @@ fn conditional_based_on_step() {
#[test]
fn accumulator() {
let mut f = forth();
let f = forth();
let ctx = default_ctx();
f.evaluate(r#"0 !acc"#, &ctx).unwrap();
for _ in 0..5 {