| Crates.io | lark-cli |
| lib.rs | lark-cli |
| version | 0.1.0 |
| created_at | 2019-01-15 19:17:24.52271+00 |
| updated_at | 2019-01-15 19:17:24.52271+00 |
| description | The CLI for the Lark compiler, which can initiate a build, IDE interaction, REPL, and evaluation. |
| homepage | |
| repository | https://github.com/lark-exploration/lark/tree/master/components/lark-cli |
| max_upload_size | |
| id | 108763 |
| size | 14,723 |
The CLI for the Lark compiler, which can initiate a build, IDE interaction, REPL, and evaluation.
Usage:
lark build <file> [<output>] - compiles the given file
lark run <file> - runs the given file
lark repl - REPL/interactive mode
lark ide - run the Lark languge server/IDE support
For more information, see the main readme and internals doc.