summaryrefslogtreecommitdiff
path: root/support/xetal/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/xetal/README
Initial commit
Diffstat (limited to 'support/xetal/README')
-rw-r--r--support/xetal/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/support/xetal/README b/support/xetal/README
new file mode 100644
index 0000000000..16a9a7132b
--- /dev/null
+++ b/support/xetal/README
@@ -0,0 +1,20 @@
+Xetal has only been tested on Sun 4. It can be built indifferently with
+lex, flex, yacc or bison (Just make the appropriate changes in the
+makefile).
+
+The tar file contains the following files :
+
+COPYING GNU GENERAL PUBLIC LICENSE
+README This file
+xetal.1 xetal manual in nroff format
+makefile xetal makefile
+
+l.l lexical analyser
+y.y parser
+glbl.h xetal program
+main.c ""
+proto.h ""
+stack.c ""
+stack.h ""
+str.c ""
+str.h ""