class ArrayLiteral

Defined in:

bench/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class BenchASTNode

to_lua to_lua

Constructor Detail

def self.new(values : Array(BenchASTValue)) #

[View source]

Instance Method Detail

def to_lua #

TODO handle strings in values (no quotes around them for now)


[View source]