Anders H

Results 13 comments of Anders H

This would be a most appreciated feature!

> I'm also looking toward golang gocc. This library is pure magic. It is the same concept you create BNF files and based on it parse it into parser, lexer...

This might come in handy. It contains the EBNF för ST that I suppose can be used as input to gocc: https://www.researchgate.net/publication/228971719_A_syntactic_specification_for_the_programming_languages_of_the_IEC_61131-3_standard

I noticed that some language servers use tree-sitter so I looked into that. I have managed to create a grammar that successfully parses our source code and I'm currently looking...

This would be a welcomed addition!

Both my tree-sitter grammar and the language server extension I'm working on is very specific to the way things are done in OpenPCS, I have no clue whether it would...

I tried to push this fix but I don't seem to have permissions for it

I second this! Just ran into this problem while working on a tree-sitter based language server for Structured Text. It worked perfectly fine until tried to parse a particular file...

If a query timeout is added at some point it would be nice if that found its way into web-tree-sitter as well since that's what I'm using in my project....