Added 'unimplemented' parser

This commit is contained in:
Dan Hirsch 2012-05-12 21:53:54 +01:00
parent 18c2d1f2ca
commit b6cb84df15
3 changed files with 32 additions and 11 deletions

View file

@ -57,6 +57,7 @@ typedef enum token_type {
TT_SINT,
TT_UINT,
TT_SEQUENCE,
TT_ERR,
TT_MAX
} token_type_t;