blob: 16a9a7132b5085f93e7b73ae6b73958f2b040f71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 ""
|