Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 210 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 210 Bytes

@bablr/bablr-vm-strategy-parse

BABLR strategy which parses source text by trampolining a class-based grammar

Usage

bablrEvaluate(
  ctx,
  source,
  createParseStrategy(language, matcher),
);