lox-odin-interpreter
No description provided.
A monkey lang interpreter in odin
A Chip-8 Emulator/Interpreter written in Odin
An implementation of Thorsten Ball's Monkey programing languoge from 'Writing An Interpreter In Go' in the Odin Programing Language
A tiny lisp interpreter
An implementation of the CHIP-8 interpreter in the Odin language
A whitespace interpreter and compiler
Interpreter for Monkey lang in Odin from Writing an Interpreter in Go
A brainfuck interpreter built in odin
A Chip-8 interpreter written in Odin.
Following the book "writing an interpreter in go" and rewriting it in Odin instead.
Lambda Calculus Interpreter in Odin
An interpreter based on the book crafting interpreters inside of odin lang
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.
An Odin variant of "Writing an Intepreter in Go"
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.
CHIP-8 interpreter in Odin
A statically typed, multi-paradigm interpreted programming language with an interpreter written in Odin
An Odin port of my stak interpreter (from C)
Building an interpreter following along with loxbook http://craftinginterpreters.com/scanning.html
Implementation of Nystrom's Crafting Interpreters Book