All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.vesalainen.parser.Trace Maven / Gradle / Ivy

Go to download

Java Lookahead Parser Generator. Generator produces LALR(k) parsers. Grammar rules are entered using annotations. Rule annotation can be attached to reducer method, which keeps rule and it's action together.

The newest version!
package org.vesalainen.parser;

public enum Trace
{
    INPUT,
    SHIFT,
    SHRD,
    GOTO,
    GTRD,
    BEFOREREDUCE,
    AFTERREDUCE,
    LASHIFT,
    LAREDUCE,
    REDUCEACT,
    SHIFTACT,
    SHIFTREDUCEACT,
    LAINPUT,
    PUSHVALUE,
    GOTOLA2LR,
    EXITLA, LASHRD, STATE}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy