Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Pegasus
Compiler
PegCompiler
C# Класс Pegasus.Compiler.PegCompiler
Provides error checking and compilation services for PEG grammars.
Показать файл
Открыть проект
Открытые методы
Метод
Описание
Compile
(
Grammar
grammar
) :
CompileResult
Compiles a PEG grammar into a program.
Описание методов
Compile()
публичный
статический
Метод
Compiles a PEG grammar into a program.
public
static
Compile
(
Grammar
grammar
) :
CompileResult
grammar
Pegasus.Expressions.Grammar
The grammar to compile.
Результат
CompileResult