diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-14 14:27:42 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-14 14:27:42 -0400 |
| commit | dda0392dc6d61327b1d420aec7bd17a771ce1cfc (patch) | |
| tree | 2e636b498c9ad88483b50a0444dcd986506d188f | |
| parent | fe28816b5069a0cab5a71d366fb7ecbc4be00a64 (diff) | |
Document the REPL
| -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 |
