Skip to content

mumair5393/go-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Interpreter

This repository contains the development of a simple interpreter written in Go, based on the book Write an Interpreter in Go by Thorsten Ball.

The project is an educational exercise to learn how interpreters work by implementing one from scratch in Go. It includes components like a lexer, parser, AST, and evaluator for a small programming language.

Getting Started

To run the interpreter:

go run main.go

About

Learning go and interpreter by developing an interpreter in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages