]> git.xonotic.org Git - xonotic/gmqcc.git/history - parser.c
Proto for parsing a function body
[xonotic/gmqcc.git] / parser.c
2012-07-19 Wolfgang BumillerProto for parsing a function body
2012-07-19 Wolfgang Bumillernull-init parser_t, add a function member to it
2012-07-19 Wolfgang BumillerProperly parse functions without parameters
2012-07-19 Wolfgang BumillerParse away the semicolon after an assignment
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang Bumilleradditional/superfluous check removed
2012-07-19 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-19 Wolfgang BumillerProperly check if it's a function... checking the param...
2012-07-19 Wolfgang Bumillerbuiltins are negative
2012-07-19 Wolfgang Bumillerhandling function definitions better, generating functions
2012-07-19 Wolfgang BumillerHandling definition of builtins
2012-07-19 Wolfgang Bumillerhandle EOF
2012-07-19 Wolfgang Bumillerparsing typenames completely now with function parameters
2012-07-19 Wolfgang BumillerBuilding the output - global variables for now
2012-07-19 Wolfgang BumillerDon't die on regular EOF
2012-07-16 Wolfgang BumillerReading a global def
2012-07-16 Wolfgang BumillerStarting some parsing
2012-07-16 Wolfgang BumillerCopying my old lexer