stackgl / glsl-parser

transform streamed glsl tokens into an ast
MIT License
98 stars 15 forks source link

Include comments in AST #25

Open gampleman opened 5 years ago

gampleman commented 5 years ago

It would be nice if comments were included in the AST as it would make building tooling a bit more straightforward.

My usecase is building a prettier plugin for GLSL.