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