]> git.draconx.ca Git - cdecl99.git/history - src/cdecl.h
Hand-code the normalized specifier ordering.
[cdecl99.git] / src / cdecl.h
2021-03-12 Nick BowlerHand-code the normalized specifier ordering.
2012-02-25 Nick BowlerMake is_abstract a proper library function.
2011-10-23 Nick BowlerMake CDECL_SPEC_TYPE non-zero.
2011-10-23 Nick BowlerStart implementing proper error handling.
2011-07-18 Nick BowlerAdd support for parsing English-like declarations.
2011-07-09 Nick BowlerAdd support for outputting declarations as C code.
2011-07-08 Nick BowlerAdd support for imaginary types.
2011-07-06 Nick BowlerInitial support for function declarators.
2011-07-06 Nick BowlerAdd missing copyright headers.
2011-07-06 Nick BowlerKill the "horizontal" declarator chain.
2011-07-06 Nick BowlerMake an explicit null declarator type.
2011-07-05 Nick BowlerFix broken include guard.
2011-07-05 Nick BowlerAdd a child pointer to cdecl_declarator.
2011-06-25 Nick BowlerAdd support for array declarators.
2011-06-25 Nick BowlerAdd support for pointer declarators.
2011-06-24 Nick BowlerInitial support for explaining declarations.
2011-06-21 Nick BowlerAdd an initial declaration parser.