- 18 Jun, 2018 1 commit
-
-
Duncan White authored
datadec-1.3: converted the code (and the code generated) to use stdbool.h throughout, and added code into decs.c to generate a .basename.dd file listing the types, the shapes, and the parameter types per shape.
-
- 23 May, 2014 1 commit
-
-
Duncan White authored
first stage of adding free/dontfree support to datadec: added token '-' (to the lexer), made optional in a parameter declaration (in the parser), made a place to store "BOOL dontfree" (in the struct module) and rules in the parser to glue it together. also added an array of predefined types-that-are-never-freed and used that (as well as the "-") to set dontfree.
-
- 20 May, 2014 1 commit
-
-
Duncan White authored
-
- 07 Jan, 1993 1 commit
-
-
dcw authored
-
- 07 Apr, 1992 1 commit
-
-
dcw authored
also ungettok() was still called pushbacktok() in the prototypes
-
- 15 Nov, 1989 1 commit
-
-
dcw authored
parsing done, just needs decs updating now..
-
- 14 Nov, 1989 1 commit
-
-
dcw authored
-