zehanort / bff

Befunge Forever - A Befunge 93 (and soon 98) interpreter in Rust
MIT License
0 stars 0 forks source link

Add command line tool functionality #5

Open zehanort opened 2 years ago

zehanort commented 2 years ago

Use clap to make bff a proper CLI utility.

zehanort commented 2 years ago

Done, need to restrict instruction set to Unefunge to close the issue (i.e., to reflect on Befunge-only commands).