Expand description
Command-line interface for TypR
Provides the main CLI commands:
typr new <name>: Create a new TypR projecttypr check [file]: Type-check a file or projecttypr build [file]: Transpile to Rtypr run [file]: Build and executetypr test: Run teststypr repl: Start interactive REPLtypr lsp: Start Language Server Protocol server
Functionsยง
- start
- Main entry point for the CLI