evanw / glslx

A GLSL type checker, code formatter, and minifier for WebGL

Home Page:http://evanw.github.io/glslx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export parser only

anvaka opened this issue · comments

Hi Evan,

I checked the demo and it looks very impressive! I'm not familiar withSkew, I'm just curious if it would be possible to add a make target which would export only parser part of the library?

I was able to extract parser only, which fully meets my needs. For those who are curious, this is available here: https://github.com/anvaka/glslx

If you need to depend on it in your project, I pushed compiled version to glsl-parser branch, so npm i https://github.com/anvaka/glslx\#glsl-parser --save should work.