CodeFile Constructor
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Lexical
Declaring Type: CodeFile
Construct a CodeFile from a string
public CodeFile(string str, string filename);
Parameters
string str | The content of the file |
string filename | The filename associated with the string |