]> git.tdb.fi Git - libs/gl.git/commit
Split tokenizer and preprocessor out of the GLSL parser
authorMikko Rasa <tdb@tdb.fi>
Sun, 14 Feb 2021 15:42:04 +0000 (17:42 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 14 Feb 2021 17:37:30 +0000 (19:37 +0200)
commitd3ceb2186dc79130508093b3d0c944771a53534f
treea8971b9c4f4a1f76d26240d54b0768328762278b
parent47286086863b6009192ffdb3d3471c83211ee943
Split tokenizer and preprocessor out of the GLSL parser
source/glsl/parser.cpp
source/glsl/parser.h
source/glsl/preprocessor.cpp [new file with mode: 0644]
source/glsl/preprocessor.h [new file with mode: 0644]
source/glsl/syntax.cpp
source/glsl/syntax.h
source/glsl/tokenizer.cpp [new file with mode: 0644]
source/glsl/tokenizer.h [new file with mode: 0644]