lark-cli 0.1.0

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

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.