Odin implementation of a Lox virtual machine and compiler based on Robert Nystrom's Crafting Interpreters
Bytecode interpreter for Lox (with lists), written in Odin, with a Wasm playground. Based on the second half of Crafting Interpreters.
an interpreter for the z-machine
untyped lambda calculus interpreter in odin
Code and review for Bob Nystrom's awesome Crafting Interpreters
Interpreter for monkey language in odin
Simple chip8 interpreter written in Odin and using Raylib
implementation of monkey lang (interpreter and compiler in go books by Thorsten Ball) in Odin programming language.
Yet another `Chip-8` Interpreter written in Odin Language
A brainf*ck interpreter and compiler
Crafting Interpreters clox, but in odin
seguindo o livro "Writing An Interpreter In Go" usando odin
My implementation of the Lox programming language from the book "Crafting Interpreters"
CHIP-8 interpreter/emulator in Odin
Super basic chip8-interpreter in Odin (+ Raylib), only capable of printing the IBM logo in a 3D scene (for now)
scheme interpreter implemented in odin
Odin is a programming language that can be interpreted or compiled. It is designed to be simple, fast, and efficient. This repository contains the source code for the Odin compiler and interpreter.
Building a basic interpreter in odin. The entire thing of this project is that we take a file, and turn it into code that odin just runs, keeping it super simple (I am not touching assembly). This program was made to be simple and a learning project, do not learn anything from what I do, I am not a good programmer."
Odin implementation of "Crafting Interpreters"
No description provided.
Lambda Calculus Interpreter in Odin
An interpreter based on the book crafting interpreters inside of odin lang
Following the book "writing an interpreter in go" and rewriting it in Odin instead.
Interpreter for Monkey lang in Odin from Writing an Interpreter in Go