hrszpuk / rvm

A simplistic bytecode virtual machine.
MIT License
4 stars 0 forks source link

Set up command line interface #11

Closed hrszpuk closed 9 months ago

hrszpuk commented 9 months ago

Command line interface should be a simple interface between the library and the user.

rvm <command> [args...]

Commands:
  run       <path/to/file> : interprets .rvm file.
  build     <path/to/file> : builds multiple .rvm (or .rvmt) files into a single .rvm file.
  check     <path/to/file> : checks if bytecode within the file is correct.
  help      <command>      : additional information about each command

Check out this project on GitHub: https://github.com/hrszpuk/rvm