Skip to content

doccaico/monkey-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monkey (Tested on Windows only)

A Zig/Ziglang version monkey language interpreter. From Write An Interpreter In Go.

Zig version

// 2024/04/01
0.12.0-dev.3496+a2df84d0f

Usage

$ zig run src\main.zig

TODOs

  • Add buildin functions (len, first, last, rest, push, puts).
  • Add string support.
  • Add array support.
  • Add hash support.

About

Monkey programming language written in Zig/Ziglang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages