aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-05-14 14:27:42 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-05-14 14:27:42 -0400
commitdda0392dc6d61327b1d420aec7bd17a771ce1cfc (patch)
tree2e636b498c9ad88483b50a0444dcd986506d188f
parentfe28816b5069a0cab5a71d366fb7ecbc4be00a64 (diff)
Document the REPL
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e9c6037..95be9d85 100644
--- a/README.md
+++ b/README.md
@@ -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