You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cool project! In the readme, it's mentioned that this project has forked tree-sitter and replaces the generated C parser with a rust one (am I understanding this correctly?). I'm curious about this fork.
Are the "nice" properties like incremental parsing and error recovery of tree-sitter preserved? Does can the generated parser still handle any context free grammar? Also, are there plans to merge this fork into treesitter?
The text was updated successfully, but these errors were encountered:
Cool project! In the readme, it's mentioned that this project has forked tree-sitter and replaces the generated C parser with a rust one (am I understanding this correctly?). I'm curious about this fork.
Are the "nice" properties like incremental parsing and error recovery of tree-sitter preserved? Does can the generated parser still handle any context free grammar? Also, are there plans to merge this fork into treesitter?
The text was updated successfully, but these errors were encountered: