Skip to content

A small toy interpreted programming language written in Go

Notifications You must be signed in to change notification settings

nicholasraphael/toylang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toylang

made-with-Go

toylang is a simple, tiny toy interpreted language implemented in Go.

Writing this mostly for fun to learn more about Go and (sort of) implementing programming languages.

Goals

  • implement Lexer
  • implement Parser
  • implement Eval

Build and run

go run main.go

References

Thorsten Ball - Writing an interpreter in Go (2017)

About

A small toy interpreted programming language written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages