nolanderc / glsl_analyzer

Language server for GLSL (autocomplete, goto-definition, formatter, and more)
GNU General Public License v3.0
200 stars 6 forks source link

implement local variable shadowing #34

Closed nolanderc closed 1 year ago

nolanderc commented 1 year ago

Fixes BUG1 in #32. Also rewrites the tests to be more readable.