Skip to content

tiagosh/garbash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garbash

Garbash - AST - Tree-Walk Interpreter

An AST interpreter written in bash. It's optimized for the lowest performance, and to provide the highest joy to the developer. Official contest repository - Specs

Install deps

  • brew install jq (or apt-get install jq)

Run locally (needs bash >= 4)

  • bash garbash.sh sum.json
  • bash garbash.sh fib.json
  • bash garbash.sh combination.json

Docker

  • bash build.sh
  • bash run.sh sum.json
  • bash run.sh fib.json
  • bash run.sh combination.json

About

Garbash - Low performance AST interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published