Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bench
master
Top Level Namespace
Argument
ArrayLiteral
Bench
Lexer
Parser
Targets
Lua
Token
BenchASTNode
BenchASTValue
BinaryExpression
ForLoop
FunctionCall
FunctionDeclaration
ReturnStatement
TopLevel
VariableAssignment
VariableDeclaration
Built with Crystal 1.9.2
2023-10-07 18:20:11 UTC
class
FunctionDeclaration
FunctionDeclaration
BenchASTNode
Reference
Object
Defined in:
bench/ast.cr
Constructors
.new
(name : String, body : Array(BenchASTNode))
Instance Method Summary
#to_lua
Instance methods inherited from class
BenchASTNode
to_lua
to_lua
Constructor Detail
def self.
new
(name : String, body : Array(
BenchASTNode
))
#
[
View source
]
Instance Method Detail
def
to_lua
#
[
View source
]