Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
While
Plugins
FoldConstantExpressions
C# Class While.Plugins.FoldConstantExpressions
Example plugin for the While Compiler. Folds expressions that can be computed at compile time.
Inheritance:
While.AST.Visitor
,
ICompilerPlugin
Exibir arquivo
Open project: einaregilsson/While-Language
Public Methods
Method
Description
ProcessSyntaxTree
(
While
program
) :
void
Visit
(
BinaryOp
node
) :
void
Visit
(
BinaryOp
node
) :
void
Method Details
ProcessSyntaxTree()
public
method
public
ProcessSyntaxTree
(
While
program
) :
void
program
While
return
void
Visit()
public
method
public
Visit
(
BinaryOp
node
) :
void
node
BinaryOp
return
void
Visit()
public
method
public
Visit
(
BinaryOp
node
) :
void
node
BinaryOp
return
void