Class PrecedenceClimbingParser


  • public class PrecedenceClimbingParser
    extends java.lang.Object
    Parser that takes a collection of tokens (atoms and operators) and groups them together according to the operators' precedence and associativity.