This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / JavaGrammar / Parse / Lexer.java
diff --git a/Robust/JavaGrammar/Parse/Lexer.java b/Robust/JavaGrammar/Parse/Lexer.java
deleted file mode 100644 (file)
index 7fbcbd5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package Parse;
-
-/* Lexer.java.  Copyright (C) 1998 C. Scott Ananian.
- * This program is free software; see the file COPYING for more details.
- */
-
-public interface Lexer {
-    public java_cup.runtime.Symbol nextToken() throws java.io.IOException;
-    /** report an error */
-    public void errorMsg(String msg, java_cup.runtime.Symbol info);
-    /** return the number of errors reported */
-    public int numErrors();
-}