]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/output.cpp
Rearrange operator metadata
authorMikko Rasa <tdb@tdb.fi>
Sat, 13 Mar 2021 19:08:28 +0000 (21:08 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 13 Mar 2021 19:12:33 +0000 (21:12 +0200)
commit911c6c4acc8218bc40d93917207f9dc32e9f2596
tree122d0a6443d717f027706636baaaf100c267a201
parentff3b43b6c15c3331d156b147b559892ee7ccdacb
Rearrange operator metadata

A secondary token can now be stored for the operators that need one.

The member access operator is categorized as postfix because it only has
one actual operand (the right-hand side is just an identifier).
source/glsl/debug.cpp
source/glsl/output.cpp
source/glsl/parser.cpp
source/glsl/syntax.cpp
source/glsl/syntax.h