class Z::Compiler

Overview

= Compiler

The compiler outputs assembly code from the AST.

Defined in:

codegen/compiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(code : String) #

[View source]

Instance Method Detail

def compile #

[View source]