BytecodeCompiler

public BytecodeCompiler AddRule(int tokenType, Func<AbstractSyntaxTree, List<Instruction>> generator)

Language: C#

public List<Instruction> Compile(AbstractSyntaxTree ast)

Language: C#