abstract class Parser::Node
- Parser::Node
- Reference
- Object
Overview
Optional base type for ast node (or anything returned by a rule).
Direct Known Subclasses
- RiSC16::Assembler::AST::Instruction
- RiSC16::Assembler::AST::Parameter
- RiSC16::Assembler::AST::Section
- RiSC16::Assembler::AST::Statement
- RiSC16::Assembler::AST::Unit
Defined in:
parsing/primitive.crInstance Method Summary
- #character : Int32 | Nil
- #character=(character : Int32 | Nil)
- #line : Int32 | Nil
- #line=(line : Int32 | Nil)