C# 클래스 Loyc.LLParserGenerator.Program

Entry point of LLLPG.exe, with QuickRun() method to help invoke LLLPG programmatically.
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 메소드들

메소드 설명
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