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

#1253 in Parser implementations

29 downloads per month

BSD-3-Clause

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
~17K SLoC