lark-cli

Crates.iolark-cli
lib.rslark-cli
version0.1.0
sourcesrc
created_at2019-01-15 19:17:24.52271
updated_at2019-01-15 19:17:24.52271
descriptionThe CLI for the Lark compiler, which can initiate a build, IDE interaction, REPL, and evaluation.
homepage
repositoryhttps://github.com/lark-exploration/lark/tree/master/components/lark-cli
max_upload_size
id108763
size14,723
Sophia June Turner (sophiajt)

documentation

README

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.

Commit count: 919

cargo fmt