Class: L43Rmap::Compiler

Inherits:
Object
  • Object
show all
Defined in:
lib/l43_rmap/compiler.rb

Constant Summary collapse

Function =
L43Rmap::Function
Functions =
L43Rmap::Functions

Instance Method Summary collapse

Instance Method Details

#compile(ast) ⇒ Object



12
# File 'lib/l43_rmap/compiler.rb', line 12

def compile(ast) = ast.map { compile_chunk it }