Skip to content

Commit bce1cf2

Browse files
authored
Add a few projects (#157)
* Add CogitatorTech/chilli 🌶 * Add CogitatorTech/sorted * Add CogitatorTech/zigformer * Add Element0Lang/element-0
1 parent 9cb1355 commit bce1cf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
163163
- [yamafaktory/hypergraphz](https://github.com/yamafaktory/hypergraphz) : HypergraphZ - A Hypergraph Implementation in Zig.
164164
- [williamw520/toposort](https://github.com/williamw520/toposort) : Topological sort library that produces topological ordered nodes and dependence-free subsets.
165165
- [kobolds-io/stdx](https://github.com/kobolds-io/stdx) : Helpful extensions to the zig standard library.
166+
- [CogitatorTech/ordered](https://github.com/CogitatorTech/ordered): A sorted collection library (sorted sets and sorted maps) for Zig
166167

167168
## String Processing
168169

@@ -257,6 +258,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
257258
- [GabrieleInvernizzi/zig-prompter](https://github.com/GabrieleInvernizzi/zig-prompter) : A flexible library for building interactive command line prompts.
258259
- [kioz-wang/zargs](https://github.com/kioz-wang/zargs) : Another Comptime-argparse for Zig.
259260
- [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.
261+
- [CogitatorTech/chilli](https://github.com/CogitatorTech/chilli): Chilli 🌶️ is a minimalistic CLI framework for Zig.
260262

261263
## Memory Allocator and Management
262264

@@ -345,6 +347,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
345347
- [squeek502/zua](https://github.com/squeek502/zua) : An implementation of Lua 5.1 in Zig, for learning purposes.
346348
- [Vexu/bog](https://github.com/Vexu/bog) : Small, strongly typed, embeddable language.
347349
- [fury](https://github.com/fury-lang/fury) : Fury, a gradual, safe systems language.
350+
- [Element 0](https://github.com/Element0Lang/element-0): A small embeddable Lisp dialect written in Zig.
348351

349352
## FFI Bindings
350353

@@ -447,6 +450,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
447450
- [clebert/llama2.zig](https://github.com/clebert/llama2.zig) : Inference Llama 2 in pure Zig.
448451
- [renerocksai/gpt4all.zig](https://github.com/renerocksai/gpt4all.zig) : ZIG build for a terminal-based chat client for an assistant-style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMa.
449452
- [EugenHotaj/zig_gpt2](https://github.com/EugenHotaj/zig_gpt2) : Neural Network Inference Engine in Zig. GPT2 inference engine written in Zig. The inference engine can run [NanoGPT](https://github.com/karpathy/nanoGPT).
453+
- [CogitatorTech/zigformer](https://github.com/CogitatorTech/zigformer): ZigFormer is an transformer-based LLM implemented in pure Zig
450454

451455
## Database
452456

0 commit comments

Comments
 (0)