A REPL for Mirah
- parses Mirah code, runs it, prints results out
Not yet, but I'm hopeful
- package it up--bin dir, gem-ify, etc
- print the value of evaluated expressions (the P in REPL)
- add a global binding
- newast support
- reach into PEG parser to do partial parsing
- convert to Mirah source
- use readline, or an equivalent
- make it embeddable