#cli #compiler #repl #demand-driven

archived nightly lark-cli

The CLI for the Lark compiler, which can initiate a build, IDE interaction, REPL, and evaluation

1 unstable release

0.1.0 Jan 15, 2019

#13 in #lark

47 downloads per month
Used in 3 crates (2 directly)

Custom license

510KB
11K SLoC

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.

Dependencies

~14MB
~259K SLoC