CodeEditLanguages icon indicating copy to clipboard operation
CodeEditLanguages copied to clipboard

❇️ Add USD support

Open furby-tm opened this issue 1 year ago • 1 comments

Language Name

USD

Tree-Sitter Grammar

https://github.com/ColinKennedy/tree-sitter-usd.git

I will work on this

Yes

Additional Info (optional)

No response

furby-tm avatar May 04 '24 21:05 furby-tm

I'd be happy to contribute the USD tree parser, but noticed there's quite a few issues with the current purpose of this repository which offers an *.xcframework binary target, somewhere around 250+ missing linker symbols and hard coded developer file paths are baked into this current binary target, which basically classifies all the tree sitters that are currently being shipped as broken.

I'm curious what the benefit is of having all these extra parsers which together quickly scale to millions of lines of code, would a single preprocessed file be able to reduce the amount of maintenance overhead?

furby-tm avatar May 05 '24 17:05 furby-tm