Skip to content

An interpreter for a language Faux Racket, some restricted subset of the Racket programming language

Notifications You must be signed in to change notification settings

mjparrott/FauxRacket

Repository files navigation

FauxRacket

An interpreter for a language Faux Racket, some restricted subset of the Racket programming language

To see the syntax currently supported, see the Syntax.txt file.

Instructions

Compile the REPL with "make" and the resulting program (Repl)

To run a program from a file, run "./Repl filename"

To run the tests, run "make" and then run "./RunTests.sh" while inside the main directory.

Acknowledgements

Thanks to Zed Shaw for his awesome debug macros, which can be found here.

About

An interpreter for a language Faux Racket, some restricted subset of the Racket programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published