Skip to content

erajabzadeh/fae-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An FAE-compatible Scheme Interpreter

-Building the Interpreter You can build the interpreter using ant.

-Running the Interpreter You can run the interpreter either through an ant task

ant run

Or calling java directly

java -cp bin interp.REPL

-Options Default scoping is set to static. Enabling dynamic scoping is possible with the following command

java -cp bin -Ddynamic-scope interp.REPL

-Sample lisp file (Demo) Some simple (FAE) lisp expressions to try

java -cp bin interp.REPL < demo.lisp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published