Skip to content

A bytecode VM based on the 'Crafting Interpreters' clox implementation

License

Notifications You must be signed in to change notification settings

jacob-horton/zlox-bytecode-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a port of the bytecode VM clox from the Crafting Interpreters book. I've re-written this in Zig as an exercise to learn both Zig and bytecode VMs. The general structure remains the same as clox, but of course has some changes to suit Zig better. I've also implemented some of the features discussed in the "Challenge" sections at the end of each Chapter.

About

A bytecode VM based on the 'Crafting Interpreters' clox implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages