Skip to content

bohjak/baboon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baboon Scripting Language

Baboon is a toy interpreted scripting language developed in Go, based on the book Writing An Interpreter In Go. All code is covered by unit tests.

Development

  1. Clone the repository:
git clone https://github.com/bohjak/baboon
  1. Run tests:
./tests
  1. Run REPL:
go run .
  1. Run CLI:
go run . -h

About

Toy language interpreter

Resources

Stars

Watchers

Forks

Contributors