glsl-tree 0.2.0

Print a GLSL AST to stdout
glsl-tree-0.2.0 is not a library.

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.