Package com.scriptbasic.interfaces
Interface SyntaxAnalyzer
-
- All Known Implementing Classes:
BasicSyntaxAnalyzer
public interface SyntaxAnalyzerA syntax analyzer analyzes a program source using the result of the lexical analyzer and create an executable program.- Author:
- Peter Verhas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildableProgramanalyze()Perform the syntax analysis.
-
-
-
Method Detail
-
analyze
BuildableProgram analyze() throws AnalysisException
Perform the syntax analysis.- Returns:
- return value
- Throws:
AnalysisException- in case of exception
-
-