diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -78,6 +78,13 @@ The Tomo compiler can be compiled with either GCC or Clang by running `make`. ## Usage +Run Tomo interactively as a REPL (limited functionality): + +```bash +tomo +# Starts a REPL session +``` + Run a Tomo file directly: ```bash |
