Class: Astrolabe::Builder
- Inherits:
-
Parser::Builders::Default
- Object
- Parser::Builders::Default
- Astrolabe::Builder
- Defined in:
- lib/astrolabe/builder.rb
Overview
Astrolabe::Builder
is an AST builder that is utilized to let Parser
generate AST with
Node.
Instance Method Summary collapse
-
#n(type, children, source_map) ⇒ Node
Generates Node from the given information.