summaryrefslogtreecommitdiff
path: root/java/src
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
commit79f82d627b6720142e76bd270bd16a0d72651be0 (patch)
tree3f6afbd2146dc54a6c9a463e418e150647c10f1c /java/src
parent4a083aa184dc44951c22cca7515c6d1cb407b690 (diff)
downloadATCD-79f82d627b6720142e76bd270bd16a0d72651be0.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/src')
-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