Class: InputGrammarParser

Inherits:
Treetop::Runtime::CompiledParser
  • Object
show all
Includes:
InputGrammar
Defined in:
lib/worked/inputgrammar.rb,
lib/worked/inputparser.rb

Instance Method Summary collapse

Methods included from InputGrammar

#_nt_activity, #_nt_am_pm_time, #_nt_hours, #_nt_integer, #_nt_minutes, #_nt_root, #_nt_time, #_nt_time_from, #_nt_time_in_digits, #_nt_time_in_words, #_nt_time_range, #root

Constructor Details

#initializeInputGrammarParser

Returns a new instance of InputGrammarParser.



23
24
25
# File 'lib/worked/inputparser.rb', line 23

def initialize
  @root = nil
end