X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Robust%2Fcup%2Fjava_cup%2Fassoc.java;fp=Robust%2Fcup%2Fjava_cup%2Fassoc.java;h=0000000000000000000000000000000000000000;hb=cdcf09c40af1419fa42932aae249cb79b69b5daf;hp=8d0b50e9178aff4115564ed74fa3b6a2295d1166;hpb=ac6191b514c0e54b468623bf868134e1ce809df5;p=IRC.git 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