glsl-tree

Crates.ioglsl-tree
lib.rsglsl-tree
version0.3.0
sourcesrc
created_at2020-07-27 16:13:30.987481
updated_at2023-12-22 23:35:17.797513
descriptionPrint a GLSL AST to stdout
homepagehttps://github.com/phaazon/glsl
repositoryhttps://github.com/phaazon/glsl
max_upload_size
id270126
size3,641
Dimitri Sabadie (hadronized)

documentation

README

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.

Commit count: 449

cargo fmt