Class: Caphir::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/caphir/parser.rb

Overview

unified iface to the user of caphir wrapper for all the other lexer/parser classes/stages 80% percent solution

Direct Known Subclasses

AstParser, EventParser

Instance Method Summary collapse

Constructor Details

#initialize(settings) ⇒ Parser

Returns a new instance of Parser.



59
60
61
# File 'lib/caphir/parser.rb', line 59

def initialize(settings)
    @settings = settings
end