Incremental Parsing Using Tree-sitter
Do you want to know more about an incremental parsing library used at GitHub and that was born out of a failed software? Then, keep reading because we are going to talk about Tree-sitter. Tree-sitter is an incremental parsing library, which means that it is designed to efficiently update the tree, without throwing away the […]