Added compound statements
Added accept and expected functions
Moved type stack to types.c
Added support for qualifiers in pointer types
Fixed bug calculating hash of identifiers
Changed name of pushsym to addsym
Moved definition of union yyval to tokens.h
Changed shift assign token names
Added insert into table symbol
Added declaration of default integers
Removing trailing white spaces
Moving hashfun to lex.c
Improved ptype function
Added fields for basic types
Fixed bug inserting in keyword hash
Fixed correcct handling of yytext in all cases
First version
Initial commit