Parsing of a set of files
More...
|
static void | Parse (string[] files, string outputFileName, TargetPlatform targetPlatform, string debugFilePath, string ilasmFileName, string typeTableFileName, bool run, bool serverOptimization=false) |
| Compiles a project More...
|
|
Parsing of a set of files
Definition at line 26 of file Parser.cs.
static void Inference.Core.Parser.Parse |
( |
string[] |
files, |
|
|
string |
outputFileName, |
|
|
TargetPlatform |
targetPlatform, |
|
|
string |
debugFilePath, |
|
|
string |
ilasmFileName, |
|
|
string |
typeTableFileName, |
|
|
bool |
run, |
|
|
bool |
serverOptimization = false |
|
) |
| |
|
static |
Compiles a project
- Parameters
-
files | The list of file names (including subdirectory) |
outputFileName | The output file name. A null value means no executable generation. |
targetPlatform | The target platform (clr, rrotor...). A null value means no executable generation. |
run | If the program must be executed after compilation |
debugFilePath | Path where files with debug info will be created (does not include filename). |
typeTableFileName | Path to file with types table info that will be created (includes filename). |
ilasmFileName | Path to the ilasm.exe executable file (includes filename). |
Definition at line 37 of file Parser.cs.
The documentation for this class was generated from the following file:
- C:/Users/ortin/Desktop/stadyn/Inference/src/Core/Parser.cs