Interface SyntaxAnalyzer

All Known Implementing Classes:
BasicSyntaxAnalyzer

public interface SyntaxAnalyzer
A syntax analyzer analyzes a program source using the result of the lexical analyzer and create an executable program.
Author:
Peter Verhas
  • Method Summary

    Modifier and Type Method Description
    void addCommand​(Command command)
    Add command to the currently build program
    BuildableProgram analyze()
    Perform the syntax analysis.