C# 클래스 Pegasus.CompilePegGrammar

Provides compilation services for PEG grammars as an MSBuild task.
상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: otac0n/Pegasus

Private Properties

프로퍼티 타입 설명
LogError void

공개 메소드들

메소드 설명
Execute ( ) : bool

Reads and compiles the specified grammars.

비공개 메소드들

메소드 설명
LogError ( CompilerError error ) : void

메소드 상세

Execute() 공개 메소드

Reads and compiles the specified grammars.
public Execute ( ) : bool
리턴 bool