- Dec 18, 1989
-
-
dcw authored
-
- Dec 08, 1989
-
-
dcw authored
-
- Dec 05, 1989
-
-
dcw authored
used fputs instead of fprintf for efficiency added if( print ) checks. and print and verbose as public variables (set by main)
-
- Nov 30, 1989
-
-
dcw authored
then added the indentation system, ie. numtabs, indent(), outdent(), line(). seems to work so far. still empty unions generated though.
-
- Nov 29, 1989
-
-
dcw authored
not used to alter code gen yet.
-
- Nov 28, 1989
-
-
dcw authored
also: TRUE and FALSE were wrong way round (oops) and I have removed ABORT.. explicit error mesgs on stderr now.
-
- Nov 24, 1989
-
-
dcw authored
renamed some procedures. some silly little { onto new lines. important change: added the print functions and prototypes.
-
- Nov 14, 1989
-
-
dcw authored
-