X-Git-Url: http://plrg.eecs.uci.edu/git/?p=IRC.git;a=blobdiff_plain;f=Robust%2Fcup%2Fjava_cup%2Fassoc.java;fp=Robust%2Fcup%2Fjava_cup%2Fassoc.java;h=0000000000000000000000000000000000000000;hp=8d0b50e9178aff4115564ed74fa3b6a2295d1166;hb=refs%2Ftags%2Fbuildscript;hpb=b9409d3de6972067daf6d5deade80fca0d37a995 diff --git a/Robust/cup/java_cup/assoc.java b/Robust/cup/java_cup/assoc.java deleted file mode 100644 index 8d0b50e9..00000000 --- a/Robust/cup/java_cup/assoc.java +++ /dev/null @@ -1,16 +0,0 @@ -package java_cup; - -/* Defines integers that represent the associativity of terminals - * @version last updated: 7/3/96 - * @author Frank Flannery - */ - -public class assoc { - - /* various associativities, no_prec being the default value */ - public final static int left = 0; - public final static int right = 1; - public final static int nonassoc = 2; - public final static int no_prec = -1; - -} \ No newline at end of file