Unify decl and fielddcl
Avoid local functions
Simplify declarator()
Add namespace parameter to decl()
Remove extra next() in initializer
Remove cursym and the symbol stack
Embed the ctype into the symbol
Initialize type pointer in struct symbols
Move check of tag already defined out of aggregate
Fix struct type initialzation
Fix calculation of nested structs
Simplify decl()
Fix generation of makefile dependencies
Remove wrong warnings in struct/union/enum declaration
Fix rturn value of specifier
Reduce indentation in sqpecifier
Fix struct field declaration
Simplify the type checking in specifier
Fix declaration of typedef variables
Split storage specifier and type qualifier
Use a stack for symbol definition
Simplify listdcl function
Split type definition and storage definition
Pass type struct to specifier
Change NS_STRUCT to NS_TAG
Convert mktype to static function
Remove the NS_TYPEDEF namespace
Ignore TODO file
Fix enumeration declarer
Use a different namespace for each struct/union
Remove NS_ANY namespace
Fix typedef behaviour
Move decision of when a declaration is vaid to specifier
Move delctype to decl
Remove unneeded check
Change a complex if sequence for a switch
Change spec to specifier
Change btype to ctype
don't use _ in abbreviated names
Add integer function
Remove duplicated code in postfix
Remove unneeded continue
Remove code.h header
Remove namespace function
Remove conflict names in flow.c
Use a different hash for keywords
Use symbolic constants for namespaces and lookup values
Some changes in function names
Small fixes in README file.
Remove reference count in types
Add macros for storage and qualifier tests
Merge branch 'tree'
Remove nodecomp and fix addstmt
Add walk function
Insert constant in table symbol without string
Remove insert
Add octal and hexadecimal numbers
Simplify prtree
Remove node_comp
Fix typo in right
Rename node_sym to nodesym
Allow mixed declarations and code
Remove node1
Remove node3 call
Rename node2 to node
Add bit fields
Detect unnamed structs
Define bool as unsigned
Change warning_error to warn
Add enum types
Fix bug pushing declarators of a variable
Add struct and unions declarators
Allow registration of defined symbols in namespace
Add complex types
Pass the namespace to declarator
Rename c_reg field to c_register
Fix bug in dirdcl()
Fix bug in decl
Don't accept empty declarations
Add namespace function
Add option for signed characters
Check all the sign combinations in btype()
Remove ifndef in types.c
Assign type int by default to identifiers in outer context
Fix declaration of variables of typedef'd types
Change the name of variable in newiden
Fix bug in listdcl
Fix bug detecting auto and register in file scope
Forbid const or volatile in typedef
Change c_type to c_typedef
Move type default warning to the correct place
Rewrite typedef handling in spec
Remove type variable in spec
Forbid sign modifier in bool type
Add typedef handling
Remove all obsolete type definitions
Allocate ctype in spec function
Forbid 'signed' or 'unsigned' with floating types
Fix bug allocating ctype struct