Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Tree-sitter - An incremental parsing system for programmings tools

  • Share this:
post-title
Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. It is robust and parse any programming language. It is enough to provide useful results even in the presence of syntax errors.
https://github.com/tree-sitter/tree-sitter
https://tree-sitter.github.io/tree-sitter/
License:
Tech: