polyglot.frontend
Interface Parser

All Known Implementing Classes:
CupParser

public interface Parser

A parser interface. It defines one method, parse(), which returns the root of the AST.


Method Summary
 Node parse()
          Return the root of the AST
 

Method Detail

parse

Node parse()
Return the root of the AST