Skip to main content
Tide home page
Search...
⌘K
GitHub
Search...
Navigation
Reference
CLI
Guides
Reference
GitHub
Reference
CLI
Built-ins
Grammar (draft)
On this page
REPL
Run a file
Run tests
Reference
CLI
Copy page
Copy page
The Tide binary supports:
REPL
Copy
./bin/tide
Run a file
Copy
./bin/tide
path/to/file.tide
Run tests
Copy
./bin/tide
--test
The test runner executes all
*.tide
files in
./tests
.
Built-ins
⌘I