cpp-gamedev/kalcy

REPL example

Closed this issue · 0 comments

It would be nice to have an interactive REPL in the examples/ directory.

  • Should not require any new dependencies, use standard IO.
  • Allow user to quit the REPL - check for quit (or any other keyword) before parsing it.
  • Allow user to toggle verbose mode on/off.
  • Leverage the existing example for handling and printing errors.