Class: L43Rmap::Compiler
- Inherits:
-
Object
- Object
- L43Rmap::Compiler
- Defined in:
- lib/l43_rmap/compiler.rb
Constant Summary collapse
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 } |