lib/lrama/options.rb in lrama-0.5.8 vs lib/lrama/options.rb in lrama-0.5.9
- old
+ new
@@ -2,10 +2,11 @@
# Command line options.
class Options
attr_accessor :skeleton, :header, :header_file,
:report_file, :outfile,
:error_recovery, :grammar_file,
- :report_file, :trace_opts, :report_opts, :y
+ :report_file, :trace_opts, :report_opts, :y,
+ :debug
def initialize
@skeleton = "bison/yacc.c"
@header = false
@header_file = nil