aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parse.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-0/+5
2005-04-07Make iterators take a helper datum, and tell the callback whetherLinus Torvalds1-1/+1
2005-04-07Bind symbols when declared. Bind arguments to functions.Linus Torvalds1-1/+3
2005-04-07Fix up warnings by adding includes and the proper prototypes.Linus Torvalds1-0/+3
2005-04-07Fix cast parsing. Add parsing of gcc typeof/attribute stuff. Parse theLinus Torvalds1-0/+11
2005-04-07Add parsing for 'for', 'while', 'do', 'goto' and label statements.Linus Torvalds1-1/+17
2005-04-07Parse compound statements, 'break', 'continue', 'default', 'case' andLinus Torvalds1-0/+14
2005-04-07Parse if-else and return statementsLinus Torvalds1-4/+8
2005-04-07Parse a lot more types (including complex structures and unions andLinus Torvalds1-3/+7
2005-04-07Start binding typedefs. More work needed, but this parses correctly:Linus Torvalds1-2/+3
2005-04-07Add more type parsing: function and array declarators, functionLinus Torvalds1-0/+2
2005-04-07Make for more readable "expected xxxx" messages.Linus Torvalds1-1/+1
2005-04-07First cuts at simple type declaration and statement parsing.Linus Torvalds1-1/+25
2005-04-07Start handling minimal semantic information, needed for types.Linus Torvalds1-0/+5
2005-04-07Parse more C expressions.Linus Torvalds1-2/+8
2005-04-07Add simple recursive-descent C expression parsing (but we only do theLinus Torvalds1-0/+24