C# Class Pegasus.CompilePegGrammar

Provides compilation services for PEG grammars as an MSBuild task.
Inheritance: Microsoft.Build.Utilities.Task
Exibir arquivo Open project: otac0n/Pegasus

Private Properties

Property Type Description
LogError void

Public Methods

Method Description
Execute ( ) : bool

Reads and compiles the specified grammars.

Private Methods

Method Description
LogError ( CompilerError error ) : void

Method Details

Execute() public method

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