C# Class Pegasus.Compiler.CompileResult

Encapsulates the results and errors from the compilation of a PEG grammar.
Mostra file Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
CompileResult ( Grammar grammar ) : System

Initializes a new instance of the CompileResult class.

Private Methods

Method Description
AddCompilerError ( Cursor cursor, System error ) : void

Method Details

CompileResult() public method

Initializes a new instance of the CompileResult class.
public CompileResult ( Grammar grammar ) : System
grammar Pegasus.Expressions.Grammar The grammar to which this pertains.
return System