Skip to content

mtoso/eva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eva Interpreter

Build

npm run build

Tests

npm test

Run an expression

./bin/eva -e `(var x 10) (print x)`

Run *.eva files

./bin/eva -f ./test.eva

Start the REPL

./bin/eva

Releases

No releases published

Packages

No packages published