]> git.xonotic.org Git - xonotic/gmqcc.git/history - parser.c
+= operator implemented
[xonotic/gmqcc.git] / parser.c
2012-08-14 Wolfgang (Blub)... += operator implemented
2012-08-14 Wolfgang (Blub)... make the += operator use binstore actually, currently...
2012-08-14 Wolfgang (Blub)... replacing lots of error messages
2012-08-14 Wolfgang (Blub)... shush typo
2012-08-14 Wolfgang (Blub)... different warning message
2012-08-14 Wolfgang (Blub)... another -Wextensions situation: -std=qcc has no for...
2012-08-14 Wolfgang (Blub)... fixup do-while parsing, expect a semicolon afterwards
2012-08-14 Wolfgang (Blub)... do-while loops
2012-08-14 Wolfgang (Blub)... parsewarning() now gets GMQCC_WARN since parsewarning...
2012-08-14 Wolfgang (Blub)... the 'local' keyword now also introduces the declaration...
2012-08-14 Wolfgang (Blub)... -dump option, by default the IR is not dumped anymore
2012-08-14 Wolfgang (Blub)... -Wextensions for -std=qcc: warn about missing 'local...
2012-08-14 Wolfgang (Blub)... eof after parsing the semicolon of a function declarati...
2012-08-14 Wolfgang (Blub)... Getting rid of some debug output
2012-08-14 Wolfgang (Blub)... allow a semicolon after function bodies - make it manda...
2012-08-14 Wolfgang (Blub)... actually print the prototype's file+line, not the curre...
2012-08-14 Wolfgang (Blub)... type comparison, function prototypes
2012-08-14 Wolfgang (Blub)... the error about an already-declared variable should...
2012-08-14 Wolfgang (Blub)... removed redundant error+file+line in parseerror()
2012-08-14 Wolfgang (Blub)... don't add the general 'parse error' message if an error...
2012-08-14 Wolfgang (Blub)... Working towards a saner error-output system, adding...
2012-08-14 Wolfgang (Blub)... remove now unused files
2012-08-14 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-13 Wolfgang (Blub)... while, for
2012-08-13 Wolfgang (Blub)... factored out 'if' parsing code into a function, added...
2012-08-13 Wolfgang (Blub)... Even more operators
2012-08-13 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-13 Wolfgang (Blub)... More operations
2012-08-13 Wolfgang (Blub)... nicer error messages, bitand and bitor for floats allowed
2012-08-13 Wolfgang (Blub)... Check types on + and - operations
2012-08-12 Wolfgang (Blub)... after a closing paren another operator has to be expect...
2012-08-12 Wolfgang (Blub)... some debug outputs which can be activated via a define...
2012-08-12 Wolfgang (Blub)... it's a member of entity, not of a field...
2012-08-12 Wolfgang (Blub)... -std=gmqcc way to handle fields by 'namespace'
2012-08-12 Wolfgang (Blub)... without -std=gmqcc fields are accessible anywhere where...
2012-08-12 Wolfgang (Blub)... don't rewind local variables too far
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-12 Wolfgang (Blub)... merging master
2012-08-12 Wolfgang (Blub)... Merging master to handle vector members, fields, and...
2012-08-11 Wolfgang (Blub)... tempcomitting parser changes for fields
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... handling if/else, shunting yard now leaves unmatched...
2012-08-11 Wolfgang (Blub)... Handling blocks and inner blocks
2012-08-11 Wolfgang (Blub)... let's be less insane with function naming and prepare...
2012-08-10 Wolfgang (Blub)... creating vector's _xyz globals now, accessing them
2012-08-10 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-07-28 Wolfgang Bumillerparser_init,compile,finish,cleanup - used in main
2012-07-28 Wolfgang BumillerMerging master and adopting its main.c
2012-07-28 Wolfgang Bumilleradapting to change in master: ast_store takes an ast_ex...
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-28 Wolfgang BumillerAdding more cleanup; checking whether or not a return...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerHandling output file, writing output file
2012-07-27 Wolfgang BumillerHandling vector constants now too
2012-07-27 Wolfgang BumillerHandling string-immediates
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerAdapting to changes of where parameters are stored...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerStarting some typechecking. Function parameters must...
2012-07-27 Wolfgang BumillerHandling calls correctly now
2012-07-27 Wolfgang BumillerParsing function calls
2012-07-27 Wolfgang Bumillerfixing comma operator
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumillerkeeping blocks around
2012-07-27 Wolfgang Bumillerfactoring out the closing-paren handling code since...
2012-07-27 Wolfgang Bumillerthe comma is now in the operator list
2012-07-27 Wolfgang Bumilleropening paren and comma to the operator stack for funct...
2012-07-27 Wolfgang BumillerRemoving some debug output
2012-07-27 Wolfgang Bumillerhandle parameters in parser_find_local
2012-07-26 Wolfgang BumillerParse named parameters of functions
2012-07-26 Wolfgang Bumillerparse ahead into the return expression as expected
2012-07-26 Wolfgang BumillerListen to the warning instead...
2012-07-26 Wolfgang BumillerShutup a warning...
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang Bumillerhandling return
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerHandling parenthesis in expressions
2012-07-20 Wolfgang Bumilleradd locals to their ast_block, can create stores now
2012-07-20 Wolfgang BumillerHandling some operands, added type_name array
2012-07-20 Wolfgang Bumillerparser_sy_pop, has to pop operators and operands and...
2012-07-20 Wolfgang Bumillerworking on operator translation
2012-07-20 Wolfgang Bumillerhandling of operations
2012-07-20 Wolfgang BumillerStarting expression parsing
2012-07-20 Wolfgang Bumillerkeeping float immediates/constants in parser's imm_floa...
2012-07-20 Wolfgang BumillerAdding ids to operators for SYA later
2012-07-20 Wolfgang Bumillerstatement/expression proto
2012-07-20 Wolfgang BumillerHandling of multiple variables with comma
2012-07-20 Wolfgang BumillerLocal variable parsing
next