projects
/
xonotic
/
gmqcc.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Adding '&~=' to the -std=gmqcc operator list
[xonotic/gmqcc.git]
/
lexer.h
2012-12-31
Wolfgang Bumiller
Adding '&~=' to the -std=gmqcc operator list
blob
|
commitdiff
|
raw
2012-12-23
Dale Weiler
Whitespace
blob
|
commitdiff
|
raw
|
diff to current
2012-12-23
Dale Weiler
Revert "Whitespace fixes"
blob
|
commitdiff
|
raw
|
diff to current
2012-12-23
Dale Weiler
Whitespace fixes
blob
|
commitdiff
|
raw
|
diff to current
2012-12-23
Dale Weiler
Merge branch 'master' of github.com:graphitemaster...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-22
Wolfgang Bumiller
Lexer: [[ and ]] are now TOKEN_ATTRIBUTE_{OPEN,CLOSE}
blob
|
commitdiff
|
raw
|
diff to current
2012-12-02
Wolfgang (Blub)...
Fix ternary operator entry for -std=gmqcc
blob
|
commitdiff
|
raw
|
diff to current
2012-12-01
Wolfgang (Blub)...
-fcorrect-ternary; by default -std=fteqcc now uses...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-30
Wolfgang (Blub)...
More ternary fixes
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Wolfgang (Blub)...
Some side-effect propagation for better warnings, so...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-24
Dale Weiler
Add respective license headers + some cleanups
blob
|
commitdiff
|
raw
|
diff to current
2012-11-23
Wolfgang (Blub)...
operator &~=
blob
|
commitdiff
|
raw
|
diff to current
2012-11-23
Wolfgang (Blub)...
Fixing operator precedence of suffices
blob
|
commitdiff
|
raw
|
diff to current
2012-11-23
Wolfgang (Blub)...
Parsing of suffix operators, NOTE: applied like prefix...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-23
Wolfgang (Blub)...
-std=fteqcc gets its own operator list
blob
|
commitdiff
|
raw
|
diff to current
2012-11-22
Wolfgang (Blub)...
Removing unused _tokennames from lexer.h
blob
|
commitdiff
|
raw
|
diff to current
2012-11-21
Wolfgang (Blub)...
parsing the ternary
blob
|
commitdiff
|
raw
|
diff to current
2012-11-21
Wolfgang (Blub)...
Inserting ternary in the qcc-operator-list at the place...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-19
Dale Weiler
Merge branch 'master' into test-suite
blob
|
commitdiff
|
raw
|
diff to current
2012-11-18
Wolfgang (Blub)...
Experimental support for push/pop(line) pragmas
blob
|
commitdiff
|
raw
|
diff to current
2012-11-18
Wolfgang (Blub)...
Merge branch 'master' into ftepp
blob
|
commitdiff
|
raw
|
diff to current
2012-11-17
Wolfgang (Blub)...
Merge branch 'master' into ftepp
blob
|
commitdiff
|
raw
|
diff to current
2012-11-16
Wolfgang (Blub)...
mergelines flag for the lexer to handle a backslash...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-15
Wolfgang (Blub)...
Replacing lexer's vectors and getting rid of the macros
blob
|
commitdiff
|
raw
|
diff to current
2012-11-14
Wolfgang (Blub)...
Merging in new-syntax
blob
|
commitdiff
|
raw
|
diff to current
2012-11-11
Wolfgang (Blub)...
index operator actually has 2 operands, not 0
blob
|
commitdiff
|
raw
|
diff to current
2012-11-11
Wolfgang (Blub)...
lex_open_string
blob
|
commitdiff
|
raw
|
diff to current
2012-11-11
Wolfgang (Blub)...
array-subscript operator entries
blob
|
commitdiff
|
raw
|
diff to current
2012-11-02
Wolfgang (Blub)...
preprocessing flag for the lexer
blob
|
commitdiff
|
raw
|
diff to current
2012-11-01
Wolfgang (Blub)...
string-literals now do not treat digraphs as digraphs
blob
|
commitdiff
|
raw
|
diff to current
2012-08-24
Wolfgang (Blub)...
removing some old unused stuff from lexer.h
blob
|
commitdiff
|
raw
|
diff to current
2012-08-24
Wolfgang (Blub)...
the lexer now doesn't _allocate_ the token structure...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-23
Wolfgang (Blub)...
the -std=qcc set of operators, still have to verify...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-23
Wolfgang (Blub)...
for the lexer 3 dots now become TOKEN_DOTS
blob
|
commitdiff
|
raw
|
diff to current
2012-08-20
Wolfgang (Blub)...
Lexer now returns TOKEN_EOF only once and afterwards...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-18
Wolfgang (Blub)...
keep the filenames of all lexed files in a global lex_f...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-18
Wolfgang (Blub)...
the opening paren is now an operator - to fix up the...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-18
Wolfgang (Blub)...
lexer now turns '(' into an operator if noops=false
blob
|
commitdiff
|
raw
|
diff to current
2012-08-16
Wolfgang (Blub)...
Support for $modelname and $framerestore
blob
|
commitdiff
|
raw
|
diff to current
2012-08-16
Wolfgang (Blub)...
Added support for some modelgen/spritegen commands
blob
|
commitdiff
|
raw
|
diff to current
2012-08-16
Wolfgang (Blub)...
OP_PREFIX flag for ~ and !
blob
|
commitdiff
|
raw
|
diff to current
2012-08-14
Wolfgang (Blub)...
Merge branch 'master' into blub/parser
blob
|
commitdiff
|
raw
|
diff to current
2012-08-13
Wolfgang (Blub)...
Merge branch 'master' into blub/parser
blob
|
commitdiff
|
raw
|
diff to current
2012-08-12
Wolfgang (Blub)...
Merge branch 'master' into blub/parser
blob
|
commitdiff
|
raw
|
diff to current
2012-08-12
Wolfgang (Blub)...
Merge branch 'master' into blub/parser
blob
|
commitdiff
|
raw
|
diff to current
2012-08-12
Wolfgang (Blub)...
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-08-12
Wolfgang (Blub)...
merging master
blob
|
commitdiff
|
raw
|
diff to current
2012-08-12
Wolfgang (Blub)...
Merging master to handle vector members, fields, and...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-11
Wolfgang (Blub)...
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-08-11
Wolfgang (Blub)...
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-08-10
Wolfgang (Blub)...
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Wolfgang (Blub)...
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Wolfgang (Blub)...
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Wolfgang (Blub)...
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Wolfgang (Blub)...
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-28
Wolfgang Bumiller
Merging master and adopting its main.c
blob
|
commitdiff
|
raw
|
diff to current
2012-07-28
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Wolfgang Bumiller
Merging master with newly merged executor
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Wolfgang Bumiller
the comma is now in the operator list
blob
|
commitdiff
|
raw
|
diff to current
2012-07-26
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-26
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-22
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-22
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-22
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Wolfgang Bumiller
static operator_count
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Wolfgang Bumiller
parser_sy_pop, has to pop operators and operands and...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Wolfgang Bumiller
Starting expression parsing
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Wolfgang Bumiller
operator ids need to be written later -_-
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Wolfgang Bumiller
Adding ids to operators for SYA later
blob
|
commitdiff
|
raw
|
diff to current
2012-07-19
Wolfgang Bumiller
merging master, and adapting
blob
|
commitdiff
|
raw
|
diff to current
2012-07-19
Wolfgang Bumiller
Merge branch 'master' into blub/bc3
blob
|
commitdiff
|
raw
|
diff to current
2012-07-16
Wolfgang Bumiller
Copying my old lexer
blob
|
commitdiff
|
raw
|
diff to current