Spindlebink

Results 6 comments of Spindlebink

Would be nice to get this looked at: NLA tracks with a defined `Frame Start` and `End` aren't clipped at all, as far as I can tell. That's a big...

I'm giving this a shot to see how complete the implementation is, but building the grammars is reporting `Failed to execute C/C++ compiler` on `hx --grammar build`, despite my having...

Yep, somebody already made one [here](https://github.com/nawordar/tree-sitter-tcl) for that very reason.

Neither the parser nor queries are my work: I directly copied the queries from the repo into the `queries` folder, noticed the highlighting seemed to be working, and pushed without...

I don't think that's a great idea. If levels are next to each other, that wouldn't solve the original issue of needing entities to be outside of bounds, not in...

A lot of C wrapper APIs don't actually do a ton of type checking and pass things around as opaque pointers. I feel like it's safe to assume that if...