Метод | Описание | |
---|---|---|
Main ( ) : void | ||
QuickRun ( IParsingService inputLang, int maxExpand, string input ) : string | ||
QuickRun ( string input ) : string |
Run macro processor for LLLPG on the specified input, with the specified command-line option map, returning the result as a string.
|
|
Test_LLLPG ( ) : int |
public static QuickRun ( IParsingService inputLang, int maxExpand, string input ) : string | ||
inputLang | IParsingService | |
maxExpand | int | |
input | string | |
Результат | string |
public static QuickRun ( string input ) : string | ||
input | string | |
Результат | string |