Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
101 stars 31 forks source link

Refactor operators #78

Closed Darkyenus closed 9 years ago

Darkyenus commented 9 years ago

This builds on #77, that should be merged first.

This PR rewrites GLSLOperator to be clearer and easier to work with. Notable changes:

(This could be merged immediately, but I want to document the reasoning for the changes somewhere and give time to others to review and/or prepare for the changes)