C# Class Loyc.LLParserGenerator.Program

Entry point of LLLPG.exe, with QuickRun() method to help invoke LLLPG programmatically.
Exibir arquivo Open project: qwertie/ecsharp

Public Methods

Method Description
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

Method Details

Main() public static method

public static Main ( ) : void
return void

QuickRun() public static method

public static QuickRun ( IParsingService inputLang, int maxExpand, string input ) : string
inputLang IParsingService
maxExpand int
input string
return string

QuickRun() public static method

Run macro processor for LLLPG on the specified input, with the specified command-line option map, returning the result as a string.
public static QuickRun ( string input ) : string
input string
return string

Test_LLLPG() public static method

public static Test_LLLPG ( ) : int
return int