Compiler.AddCode Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: Compiler
Add code to be compiled
public void AddCode(string code, string filename);
Parameters
string code | The code text |
string filename | The filename associated with the code |