-
Notifications
You must be signed in to change notification settings - Fork 0
csaroff/CSC344-A2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Programming Languages - Assignment Two
Written by: Chaskin Saroff
Due: October 7, 2014
Functionality:
eval-exp takes a binding list and an expression and gives back a simplified expression.
It is called as follows:
(eval-exp binding-list exp)
A binding list comes in the following form:
'((oldVal1 newVal1) (oldVal2 newVal2) ... (oldValn newValn))
where oldVal represents a value in an expression exp that will be replaced with newVal.
About
Programming Languages Assignment 2 - Lisp
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published