Skip Navigation

Search

Zig Programming Language @lemm.ee
cryptocode @lemm.ee

zlox: Zig implementation of Lox scripting language from Crafting Interpreters

From the README:

A (partial) implementation of the Lox scripting language from the book Crafting Interpreters, in Zig.

Enough of the compiler and vm are complete to run some interesting programs.

Zig Programming Language @lemm.ee
cryptocode @lemm.ee

ecez: A WIP ecs API for Zig!

An Entity Component System API for Zig

Zig Programming Language @lemm.ee
cryptocode @lemm.ee

veb: A delightful programming language for writing reliable software

From the README:

A delightful, statically typed programming language for writing reliable software. veb features algebraic data types, pattern matching, generics, classes (without inheritance), traits, flow-sensitive typing with type narrowing, trait-driven operator overloading and modules. Ergonomic features such as pipe and concat operators are also supported. Currently, the language runtime executes on a custom register-based virtual machine written in Zig.

Zig Programming Language @lemm.ee
cryptocode @lemm.ee

chipz: 8-bit emulator experiments in Zig

Z80 chip emulator with classical games such as Pac-Man bundled

Zig Programming Language @lemm.ee
cryptocode @lemm.ee

zig-afl-kit: Convenience functions for easy integration with AFL++ for both Zig and C/C++ programmers!

Convenience functions for easy integration with AFL++ for both Zig and C/C++ programmers!

Zig Programming Language @lemm.ee
cryptocode @lemm.ee

dipm: An alternative to curl | sh

A package manager for installing linux programs that are self contained