]> git.tdb.fi Git - libs/gl.git/commit
Make the GLSL parser resilient against common errors
authorMikko Rasa <tdb@tdb.fi>
Sun, 28 Feb 2021 00:12:48 +0000 (02:12 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 28 Feb 2021 11:41:54 +0000 (13:41 +0200)
commit7b73b63df12b3ace4231842aa291d6e1d7b3f948
tree7e09d646006aa72be2f0de99aed8b5c8a8fe5d9f
parent30465dd3b9f55ec42c4b19c3c2077eede7237a26
Make the GLSL parser resilient against common errors

It will now attempt to continue parsing the source, with the intent of
reporting all syntax errors at once.
source/glsl/glsl_error.h
source/glsl/parser.cpp
source/glsl/parser.h
source/glsl/tokenizer.cpp
source/glsl/tokenizer.h