]> git.xonotic.org Git - xonotic/gmqcc.git/history - lexer.h
lex_open_string
[xonotic/gmqcc.git] / lexer.h
2012-11-11 Wolfgang (Blub)... lex_open_string
2012-11-02 Wolfgang (Blub)... preprocessing flag for the lexer
2012-11-01 Wolfgang (Blub)... string-literals now do not treat digraphs as digraphs
2012-08-24 Wolfgang (Blub)... removing some old unused stuff from lexer.h
2012-08-24 Wolfgang (Blub)... the lexer now doesn't _allocate_ the token structure...
2012-08-23 Wolfgang (Blub)... the -std=qcc set of operators, still have to verify...
2012-08-23 Wolfgang (Blub)... for the lexer 3 dots now become TOKEN_DOTS
2012-08-20 Wolfgang (Blub)... Lexer now returns TOKEN_EOF only once and afterwards...
2012-08-18 Wolfgang (Blub)... keep the filenames of all lexed files in a global lex_f...
2012-08-18 Wolfgang (Blub)... the opening paren is now an operator - to fix up the...
2012-08-18 Wolfgang (Blub)... lexer now turns '(' into an operator if noops=false
2012-08-16 Wolfgang (Blub)... Support for $modelname and $framerestore
2012-08-16 Wolfgang (Blub)... Added support for some modelgen/spritegen commands
2012-08-16 Wolfgang (Blub)... OP_PREFIX flag for ~ and !
2012-08-14 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-13 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/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)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
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 BumillerMerging master and adopting its main.c
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
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 BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumillerthe comma is now in the operator list
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 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 BumillerMerge branch 'master' into blub/bc3
2012-07-20 Wolfgang Bumillerstatic operator_count
2012-07-20 Wolfgang Bumillerparser_sy_pop, has to pop operators and operands and...
2012-07-20 Wolfgang BumillerStarting expression parsing
2012-07-20 Wolfgang Bumilleroperator ids need to be written later -_-
2012-07-20 Wolfgang BumillerAdding ids to operators for SYA later
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-16 Wolfgang BumillerCopying my old lexer