summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authoreea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-19 21:49:26 +0000
committereea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-19 21:49:26 +0000
commite3f5a922ea5b430fba0e3f85fbcf1aef9e88983c (patch)
tree3f6afbd2146dc54a6c9a463e418e150647c10f1c /java
parentc3379a9b64e937b63e05e5d9b79f9b7aaa1249ae (diff)
downloadATCD-e3f5a922ea5b430fba0e3f85fbcf1aef9e88983c.tar.gz
These are just the simple lines to execute to rebuild the lexer
and parser. People shouldn't have to do this unless they mess with the C++ svc.conf language -- and they definitely shouldn't do that.
Diffstat (limited to 'java')
-rwxr-xr-xjava/src/MakeLexer4
-rwxr-xr-xjava/src/MakeParser2
2 files changed, 6 insertions, 0 deletions
diff --git a/java/src/MakeLexer b/java/src/MakeLexer
new file mode 100755
index 00000000000..0dfa19a8ebb
--- /dev/null
+++ b/java/src/MakeLexer
@@ -0,0 +1,4 @@
+# What to do to make the Lexer
+java JLex.Main Yylex.lex
+rm Yylex.java
+mv Yylex.lex.java Yylex.java
diff --git a/java/src/MakeParser b/java/src/MakeParser
new file mode 100755
index 00000000000..c0588972a19
--- /dev/null
+++ b/java/src/MakeParser
@@ -0,0 +1,2 @@
+# What to do to make the parser
+java java_cup.Main < Svc_Conf.y