Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support -v, --verbose option #457

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Conversation

ydah
Copy link
Collaborator

@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
16 checks passed
@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