]> git.tdb.fi Git - libs/gl.git/commit
Remove the ParenthesizedExpression node type
authorMikko Rasa <tdb@tdb.fi>
Sat, 13 Mar 2021 19:30:48 +0000 (21:30 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 14 Mar 2021 00:23:37 +0000 (02:23 +0200)
commita4cd67f1c9f1f375bacacfbb421d40f78a22644b
treef9aa2d94fff3b0d012f87b65d503f335cc612c0f
parent3a675b53b811f50ab965405fbbf91282cab7f3cd
Remove the ParenthesizedExpression node type

Since this is a proper compiler now, it's no longer necessary to
reproduce the parentheses from the input.
15 files changed:
source/glsl/debug.cpp
source/glsl/debug.h
source/glsl/evaluate.cpp
source/glsl/evaluate.h
source/glsl/generate.cpp
source/glsl/generate.h
source/glsl/output.cpp
source/glsl/output.h
source/glsl/parser.cpp
source/glsl/syntax.cpp
source/glsl/syntax.h
source/glsl/visitor.cpp
source/glsl/visitor.h
tests/glsl/binary_operators.glsl
tests/glsl/parentheses.glsl [new file with mode: 0644]