Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
compiler
main
Lucid
Compiler
Alias
Assign
BoolLiteral
Call
CharLiteral
ClassVar
Const
Def
Error
FloatLiteral
Base
Ident
Infix
Operator
InstanceVar
IntLiteral
Base
Lexer
Location
NilLiteral
Node
Parameter
Parser
Exception
Path
Prefix
Operator
ProcLiteral
Program
Require
Self
StringLiteral
Token
Kind
Underscore
Var
Generated using Crystal 1.14.0
2024-12-21 15:45:53 UTC
class
Lucid::
Compiler::
Program
Lucid::Compiler::Program
Reference
Object
Defined in:
compiler/node.cr
Constructors
.new
(errors : Array(Lucid::Compiler::Error), nodes : Array(Lucid::Compiler::Node))
Instance Method Summary
#errors
: Array(Error)
#nodes
: Array(Node)
Constructor Detail
def self.
new
(errors : Array(
Lucid::Compiler::Error
), nodes : Array(
Lucid::Compiler::Node
))
#
[
View source
]
Instance Method Detail
def
errors
: Array(
Error
)
#
[
View source
]
def
nodes
: Array(
Node
)
#
[
View source
]