add some prolog flags, tabled strings

This commit is contained in:
Mark Thom
2018-08-18 18:03:28 -06:00
parent f9e6b7fec5
commit d19ece6df8
6 changed files with 100 additions and 4 deletions

View File

@@ -50,7 +50,8 @@ impl MachineState {
block: 0,
ball: Ball::new(),
interms: vec![Number::default(); 256],
last_call: false
last_call: false,
flags: MachineFlags::default()
}
}