Skip to content

This language interpreter interprets the lamdbda expressions and literals and evaluates it.

Notifications You must be signed in to change notification settings

saurabhkukade/Lambda_Expression_Language_Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Expression Language Interpreter

This is language interpreter which interprets the lamdbda expressions and literals. I have done this as series of assignments for my academic elective EOPL(Essentials of Programming Languages)

This interpreter is written in Scheme which is dialect of Lisp.

Test:

my_reduce <exp> <env> ---- for short testing

or

(reduce(lookup(parse(<exp>))<env>))) – for detail testing

About

This language interpreter interprets the lamdbda expressions and literals and evaluates it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages