4 releases (2 breaking)
0.3.0 | Dec 22, 2023 |
---|---|
0.2.1 | Mar 23, 2023 |
0.2.0 | Aug 12, 2020 |
0.1.0 | Jul 27, 2020 |
#2337 in Parser implementations
290KB
8K
SLoC
A debug / GLSL tree (AST) viewer
This small program is an AST viewer that aims to help people debug what is going on while parsing an input GLSL string.
The binary reads the GLSL input on stdin and outputs the parsed tree on stdout if succeeded, or prints errors on stderr.
Dependencies
~1MB
~19K SLoC