Skip to content

My scheme interpreter inspired from "Write Yourself a Scheme"

License

Notifications You must be signed in to change notification settings

comraq/scheme-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What better way to practice/learn Haskell than to work on a project using it for what it is known for?

Writing a functional language parser/evaluator in a functional language using monadic parsers.

To run the program, run the following commands:

  • stack build

  • chmod +x ./runprogram

  • ./runprogram

About

My scheme interpreter inspired from "Write Yourself a Scheme"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published