Skip to content

Commit

Permalink
Merge pull request #224 from jwillemsen/patch-4
Browse files Browse the repository at this point in the history
Update parser.rb, fixed typo
  • Loading branch information
hsbt committed Jul 12, 2023
2 parents 0fc0dc9 + e42bf8f commit 610aaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/racc/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ParseError < StandardError; end
# [-v, --verbose]
# verbose mode. create +filename+.output file, like yacc's y.output file.
# [-g, --debug]
# add debug code to parser class. To display debuggin information,
# add debug code to parser class. To display debugging information,
# use this '-g' option and set @yydebug true in parser class.
# [-E, --embedded]
# Output parser which doesn't need runtime files (racc/parser.rb).
Expand Down

0 comments on commit 610aaf4

Please sign in to comment.