This repository is an attempt at building on the initial tree-sitter-norg parser in order to both decrease the size and increase the speed of the parser.
Upgrades from the old parser include:
scanner.cc
,
which hindered error handling and parsing efficiency.Thanks to its smaller size, the parser should be embeddable almost anywhere.