s/Ucsing/Using
This commit is contained in:
parent
790b5558be
commit
ec7def2e62
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ title: Using Parsers
|
|||
permalink: using-parsers
|
||||
---
|
||||
|
||||
# Ucsing Parsers
|
||||
# Using Parsers
|
||||
|
||||
All of Tree-sitter's parsing functionality is exposed through C APIs. Applications written in higher-level languages can use Tree-sitter via binding libraries like [node-tree-sitter](https://github.com/tree-sitter/node-tree-sitter) or [rust-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_rust), which have their own documentation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue