alixinne / glsl-lang

LALR parser for GLSL
https://alixinne.github.io/glsl-lang/glsl_lang/
BSD 3-Clause "New" or "Revised" License
24 stars 4 forks source link

refactor(ast): do not generate node type aliases via a derive macro #9

Closed ennis closed 2 years ago

ennis commented 2 years ago

This removes the NodeContent macro and replaces it with a macro_rules-based implementation. Display-related code has been moved to the NodeContentDisplay derive macro.