You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ If you find a well-maintained library that is not yet included here, welcome to
29
29
-[Image and Video Processing](#image-and-video-processing)
30
30
-[Date, Time and Timezones](#date-time-and-timezones)
31
31
-[Command Line and Argument Parser](#command-line-and-argument-parser)
32
+
-[Parser Library](#parser-library)
32
33
-[Memory Allocator and Management](#memory-allocator-and-management)
33
34
-[Asynchronous Runtime](#asynchronous-runtime)
34
35
-[Multithreading](#multithreading)
@@ -262,6 +263,10 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
262
263
-[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.
263
264
-[CogitatorTech/chilli](https://github.com/CogitatorTech/chilli): Chilli 🌶️ is a minimalistic CLI framework for Zig.
264
265
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
+
265
270
## Memory Allocator and Management
266
271
267
272
-[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