lateralus-cli
v1.0.0
Published
npm-side launcher for the Lateralus programming language toolchain. Delegates to the PyPI `lateralus-lang` package; install once, call `lateralus` or `ltlc` from anywhere.
Maintainers
Readme
lateralus-cli
Tiny Node wrapper that lets npm-ecosystem developers invoke the Lateralus toolchain via familiar tooling.
npm install -g lateralus-cli
lateralus --version
ltlc hello.ltl -o helloThis package does not bundle a compiler. It locates and dispatches to
the Python-installed binary (pip install lateralus-lang) or the
container image. If neither is present, it prints install hints.
For zero-dependency setups, prefer:
docker run --rm -v "$PWD:/src" -w /src \
ghcr.io/bad-antics/lateralus-lang:latest run hello.ltlCompanion packages
lateralus-lsp— language server launcherlateralus-toolkit— grammars + snippets metapackage
License
MIT.
