Skip to content

bablr-lang/bablr-cli

Repository files navigation

@bablr/cli

This is the CLI runner for BABLR. If you have a BABLR grammar for a computer language, this tool allows you to use it to do streaming parsing. Parse results are presented in CSTML.

For complete information see the bablr-cli reference documentation

Usage

bablr -l @bablr/language-en-json -p Expression -f << 'EOF'
[
  1,
  true,
  "3"
]
EOF

About

CLI for running BABLR parsers

Resources

License

Stars

Watchers

Forks

Packages

No packages published