berchn
berchn
This could possibly be addressed by adding `_declaration_specifiers` in the relevant positions of `struct_specifier`.
A shorthand was added for `from-file` a little while back, and it can be called with the symbol: ```lisp (from-file 'c "~/path/to/file.c") ``` https://tree-sitter.github.io/tree-sitter/playground can be used to determine if...
This file takes a long time to parse, so I'm going to open up an internal issue for profiling it when someone gets a chance.
> 2. In general some of these options could use more easy discoverability. In particular I'm thinking of `*use-variation-point-tree*` and `with-attr-table` (which I ran into yesterday). I don't have any...
I'm of the opinion that it would be better to modify cl-tree-sitter to not need the CFFI fork than to maintain our own.
Has anyone had a chance to look at this MR yet?
https://github.com/death/cl-tree-sitter/pull/8 We've made some changes to make cl-tree-sitter work with stock CFFI.
This should be addressed with https://github.com/GrammaTech/sel/commit/5a29505ddf6bfca4a0b632577df354f2fd661d33. Thanks!
This should be fixed with https://github.com/GrammaTech/sel/commit/7d044ee9a18052c8d111606e44ef30da75ca1a44. Let us know if there are any further issues. Thanks.
Furthermore, this is also attempting to alias a grammar symbol which is specified as a supertype. Does it make sense to allow this?