Commit Graph

4 Commits

Author SHA1 Message Date
Wim Pomp
d6df8786f8 - Use anyhow to handle errors.
- Debug speed control, pause/run, step back, run until.
- IO is a struct instead of traits.
- Handprint now is wprusty.
- Return code upon q instruction.
- Option to quit when not implemented.
2022-12-23 21:38:40 +01:00
Wim Pomp
6c039c7787 - Option for different integer types for stack and funge-space, funge-space position still isize.
- Bugfix in skipping a step.
2022-12-14 18:36:42 +01:00
Wim Pomp
fa005b45d4 - rename crate to rusty_funge
- shebang in examples, and fix finding shebangs
- wrap HashMap into DefaultHashMap
- fix y19, / and ! instructions
2022-12-13 18:05:07 +01:00
Wim Pomp
bf2df69a09 First commit of working code. 2022-12-12 19:08:36 +01:00