C# Class Irontalk.ASTAnalyzer

Uses the analyzer facility to modify Grammatica's syntax tree while it's generated. The resulting abstract syntax tree is simpler to navigate programmatically and less dependent on grammar details.
Inheritance: IrontalkAnalyzer
Exibir arquivo Open project: rezonant/irontalk

Public Methods

Method Description
ASTAnalyzer ( ) : System

Method Details

ASTAnalyzer() public method

public ASTAnalyzer ( ) : System
return System