export parser only
anvaka opened this issue · 1 comments
anvaka commented
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?
anvaka commented
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.