C# Класс Loyc.LLParserGenerator.Program

Entry point of LLLPG.exe, with QuickRun() method to help invoke LLLPG programmatically.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Main() публичный статический Метод

public static Main ( ) : void
Результат void

QuickRun() публичный статический Метод

public static QuickRun ( IParsingService inputLang, int maxExpand, string input ) : string
inputLang IParsingService
maxExpand int
input string
Результат string

QuickRun() публичный статический Метод

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
Результат string

Test_LLLPG() публичный статический Метод

public static Test_LLLPG ( ) : int
Результат int