class Steamcr::SteamLanguage::Compiler
- Steamcr::SteamLanguage::Compiler
- Reference
- Object
Overview
Generates crystal code from the steam lang
Defined in:
steamcr/steam_language/compiler.crConstructors
Instance Method Summary
- #compile(io : IO, output_io : IO)
- #prelude
- #visit(node : Parser::ClassNode)
- #visit(node : Parser::EnumNode)
- #visit(node : Parser::ImportNode)