class Stacklang::Compiler
- Stacklang::Compiler
- Reference
- Object
Defined in:
stacklang/compiler/compiler.crConstructors
Instance Method Summary
- #compile : RiSC16::Object
-
#require(path : String, from : Unit) : Unit
Fetch a required unit from cache or parse it.
- #spec : RiSC16::Spec
Constructor Detail
Instance Method Detail
Fetch a required unit from cache or parse it. Cached in a cache common with provided entrypoints units.