Package io.github.applecommander.bastools.api.code
-
Interface Summary Interface Description CodeGenerator Represents a code generation operation that accepts the currentGeneratorStateand performs operations against that state. -
Class Summary Class Description AsmBuilder AsmBuilderallows generation of assembly code to embed into the output stream.BasicBuilder BasicBuilderallows BASIC commands to be built.CodeBuilder CodeBuilderallows dynamic generation of combined BASIC and Assembly code with dynamicCodeMarkcapability.CodeMark ACodeMarkmarks a dynamic address within the output stream.GeneratorState Track current state of the code generation.