You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project presents a fully-functional interpreter for a new programming language, implemented in Go and inspired by Thorsten Ball's "Writing an Interpreter in Go" book. Comprising a lexer, parser, and evaluator, the interpreter facilitates the execution of source code written in the new language.