Skip to content

Commit fa4223c

Browse files
Add Parser Library section
1 parent 20b9399 commit fa4223c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ If you find a well-maintained library that is not yet included here, welcome to
2929
- [Image and Video Processing](#image-and-video-processing)
3030
- [Date, Time and Timezones](#date-time-and-timezones)
3131
- [Command Line and Argument Parser](#command-line-and-argument-parser)
32+
- [Parser Library](#parser-library)
3233
- [Memory Allocator and Management](#memory-allocator-and-management)
3334
- [Asynchronous Runtime](#asynchronous-runtime)
3435
- [Multithreading](#multithreading)
@@ -262,6 +263,10 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
262263
- [xcaeser/zli](https://github.com/xcaeser/zli) : 📟 Zig command-line interfaces made easy. A blazing fast CLI framework. Build ergonomic, high-performance command-line tools with zig.
263264
- [CogitatorTech/chilli](https://github.com/CogitatorTech/chilli): Chilli 🌶️ is a minimalistic CLI framework for Zig.
264265

266+
## Parser Library
267+
268+
- [tree-sitter/zig-tree-sitter](https://github.com/tree-sitter/zig-tree-sitter) : Zig bindings to the [Tree-sitter](https://tree-sitter.github.io/zig-tree-sitter/) parsing library.
269+
265270
## Memory Allocator and Management
266271

267272
- [Aandreba/zigrc](https://github.com/Aandreba/zigrc) : Zig reference-counted pointers inspired by Rust's Rc and Arc. [aandreba.github.io/zigrc/](https://aandreba.github.io/zigrc/)

0 commit comments

Comments
 (0)