Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pegasus
Compiler
PegCompiler
C# Class Pegasus.Compiler.PegCompiler
Provides error checking and compilation services for PEG grammars.
Datei anzeigen
Open project: otac0n/Pegasus
Public Methods
Method
Description
Compile
(
Grammar
grammar
) :
CompileResult
Compiles a PEG grammar into a program.
Method Details
Compile()
public
static
method
Compiles a PEG grammar into a program.
public
static
Compile
(
Grammar
grammar
) :
CompileResult
grammar
Pegasus.Expressions.Grammar
The grammar to compile.
return
CompileResult