Crates.io | tree-sitter-norg |
lib.rs | tree-sitter-norg |
version | 0.1.1 |
source | src |
created_at | 2023-03-11 14:40:52.094469 |
updated_at | 2023-03-11 18:30:10.838235 |
description | Norg grammar for the tree-sitter parsing library |
homepage | |
repository | https://github.com/nvim-neorg/tree-sitter-norg2 |
max_upload_size | |
id | 807311 |
size | 14,432,436 |
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.