Skip to content

Let + Proc + LetRec extended implementation from EOPL3

Notifications You must be signed in to change notification settings

Deanout/LetProcRecLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LetProcRecLang

About

Let is just the base Let language extended.

Proc is the extended let language extended to include procedures, and has some of the procedure related exercises implemented.

LetRec is the extended proc extended to include recursion, and has some of the letrec related exercises implemented.

Running

Open any of the languages inside of DrRacket.

You can either use: (run "YourProgramHere")

or you can use the repl loop to continuously run programs, assuming they have no errors: (repl)

About

Let + Proc + LetRec extended implementation from EOPL3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages