Skip to content

Monkey interpreter written in Swift - Based on Thorsten Ball's Book "Writing an Interpreter in Go"

License

Notifications You must be signed in to change notification settings

hashemi/FlyingMonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlyingMonkey

This is an interpreter of the Monkey Language, written in Swift.

This project follows Thorsten Ball's book, Writing an Interpreter in Go. I'm porting the Go code in the book to Swift as I go through the chapters of the book.

It currently implements the parser in the book up to section 2.6 - Parsing Expressions.

See also

  • slox my Swift implementation of the Lox programming language.

License

MIT

About

Monkey interpreter written in Swift - Based on Thorsten Ball's Book "Writing an Interpreter in Go"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages