- Aug 25, 1992
-
-
dcw authored
single char ids like f, p should be avoided; renamed types as first, second, third etc
-
- Jul 14, 1992
- Apr 10, 1992
- Apr 09, 1992
- Apr 07, 1992
-
-
dcw authored
in generated code
-
dcw authored
-
dcw authored
-
dcw authored
-
dcw authored
-
dcw authored
required a few changes to impln_declns
-
dcw authored
-
dcw authored
-
dcw authored
removed print/write option - always written; opt = TRUE by default; added -n "no optimize" option..
-
dcw authored
-
dcw authored
-
dcw authored
JustLikeThis :-)
-
dcw authored
all typenames now capitalized; this ties in with the change to m2decs.c that replaced things like {type}_is_{shape} with {type}Is{shape} - so it looks better if type and shape names are capitalized
-
dcw authored
renamed GetKind{Type} -> {Type}Kind; called the enumated type KindOf{Type}; had to use various nasty VAL/ORD gubbins to make it all work
-
dcw authored
-
dcw authored
-
dcw authored
-
dcw authored
-
dcw authored
-
dcw authored
also moved verbose and opt into optimize.[ch]
-
dcw authored
grammar revised, EXPORT and GLOBAL sections added, types surrounded by TYPE { .. } brackets caused changes to upper parse procs
-
dcw authored
moved MUSTBE up above first proc; lined up an '=' somewhere..
-
dcw authored
put casts on all uses of NULL to shut lint up; expected->error, removed "expected" word from default message, so all calls to expected (and the macro MUSTBE) have expected added
-
dcw authored
-
dcw authored
updated this to reflect that
-
dcw authored
changed idtree type (leaf now has string and intlist..)
-
dcw authored
and added readnextline for export and global reading..
-
dcw authored
also ungettok() was still called pushbacktok() in the prototypes
-
dcw authored
-