C# Class Loyc.LLParserGenerator.Program

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

Méthodes publiques

Méthode 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 méthode

public static Main ( ) : void
Résultat void

QuickRun() public static méthode

public static QuickRun ( IParsingService inputLang, int maxExpand, string input ) : string
inputLang IParsingService
maxExpand int
input string
Résultat string

QuickRun() public static méthode

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
Résultat string

Test_LLLPG() public static méthode

public static Test_LLLPG ( ) : int
Résultat int