Skip to content

connorwyatt/monkey-lang-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Lang Interpreter/Compiler

In this repo I'm doing the following book in Zig: https://interpreterbook.com.

The book is implemented in Go so I've had to translate the code to Zig, whilst handling memory management manually and finding idiomatic ways to do certain things the "Zig" way. One example is that Zig doesn't have interfaces, but they're used heavily in the AST nodes in the book.

About

🐵 A learning exercise in which I'm building an interpreter/compiler for a made up language (Monkey Lang).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages