]> git.tdb.fi Git - libs/gl.git/commit
Refactor error reporting in SL::Parser
authorMikko Rasa <tdb@tdb.fi>
Sun, 14 Feb 2021 14:57:32 +0000 (16:57 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 14 Feb 2021 17:37:30 +0000 (19:37 +0200)
commit47286086863b6009192ffdb3d3471c83211ee943
tree0b76cbabc05e5f368495cabbf69cdfe0c2864f32
parentc1b0303f65ee966a973197cbdbf177c571478674
Refactor error reporting in SL::Parser

There's now dedicated exception classes which take care of the
formatting.
source/glsl/glsl_error.cpp [new file with mode: 0644]
source/glsl/glsl_error.h [new file with mode: 0644]
source/glsl/parser.cpp
source/glsl/parser.h