This is my implementation in C for the "Build your own Interpreter" Challenge.
This challenge follows the book Crafting Interpreters by Robert Nystrom.
This repository implements the bytecode version. I've also implemented the treewalk version in Go and C#.
Note: If you're viewing this repo on GitHub, head over to codecrafters.io to try the challenge.