Skip to content

Conversation

@ydah
Copy link
Member

@ydah ydah commented Jul 2, 2024

Add support for -v and --vervose options. These options align with Bison behavior.

❯ bison --help      
Usage: bison [OPTION]... FILE
Generate a deterministic LR or generalized LR (GLR) parser employing
LALR(1), IELR(1), or canonical LR(1) parser tables.
: (snip)
Output Files:
  -H, --header=[FILE]           also produce a header file
  -d                            likewise but cannot specify FILE (for POSIX Yacc)
  -r, --report=THINGS           also produce details on the automaton
      --report-file=FILE        write report to FILE
  -v, --verbose                 same as '--report=state'

@ydah ydah merged commit c5a5c9c into ruby:master Jul 3, 2024
@ydah ydah deleted the add-support-v-option branch July 3, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant