lrama icon indicating copy to clipboard operation
lrama copied to clipboard

Ensure compatibility with Bison for `--locations` option

Open ydah opened this issue 10 months ago • 0 comments

❯ bison -h
Usage: bison [OPTION]... FILE
Generate a deterministic LR or generalized LR (GLR) parser employing
: (snip)
Tuning the Parser:
  -L, --language=LANGUAGE          specify the output programming language
  -S, --skeleton=FILE              specify the skeleton to use
  -t, --debug                      instrument the parser for tracing
                                   same as '-Dparse.trace'
      --locations                  enable location support
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

ydah avatar Feb 14 '25 14:02 ydah