Class: Caphir::Parser
- Inherits:
-
Object
- Object
- Caphir::Parser
- 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
Instance Method Summary collapse
-
#initialize(settings) ⇒ Parser
constructor
A new instance of Parser.
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 |