Odin language bindings for XCB (X protocol C-language Binding)
A collection of simple "stb" like libraries I wrote for languages with no package managers
My implementation of the Lox programming language from the book "Crafting Interpreters"
AST printer for the Odin language
My solutions to the "Advent of Code" programming challenges in various languages.
Small experiments working with the Odin Programming Language (https://odin-lang.org/).
Saving Christmas with various languages
implementation of monkey lang (interpreter and compiler in go books by Thorsten Ball) in Odin programming language.
Implementation of Git like VCS in Odin language
a "very hard" language that is designed to be easily usable, inspired by linux shells!(bash, fish, zsh etc.)
Implementation of a C compiler for the book "Writing a C compiler" by Nora Sandler using the Odin programming language
Repository About Learning Odin Programming Language
C/Go like programming language
⌨️ The Odin programming language IDE submodule for SNU Programming Tools (2D Mode)
A port of a simple LC3 Virtual Machine from C to the Odin programming language.
🌳️🌐️#️⃣️ The Bliss Browser Odin language support module, allowing Odin programs to be written in and ran within the browser.
A date parser for the Odin programming language
C FFI generation for C-compiling languages, automagically.
Classic Tetris Game in Odin Language
Examples from learnopengl.com, implemented using Sokol libraries and Odin Programming Language
A small hello world app from the Playdate C examples, using the Odin language.
A simple experiment in what is the current state of the Odin programming language in chatgpt.
RFC 4122 UUID library for the Odin programming language.
An Odin rewrite of C2048 to play with the language