Skip to content

AttackOnMorty/eva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVA

EVA is an AST interpreter. The name EVA comes from eval (evaluation) because the core of the interpreter is evaluation.

Run Tests

yarn install && yarn test

Run CLI

# Run expression
./bin/eva -e '(print (+ 1 1))'
# Run file
./bin/eva -f ./bin/test.eva

Licence

MIT License

Releases

No releases published

Packages

No packages published