source-academy / source-programs

Notable Source programs, developed for SICP JS and other educational projects
GNU General Public License v3.0
7 stars 18 forks source link

[CS4215] T2 Partial Evaluator for Source 1 #28

Open RomaRomama opened 4 years ago

RomaRomama commented 4 years ago

Added the source code for partial evaluator for source 4 and test cases

martin-henz commented 4 years ago

Good effort to write a partial evaluator that can handle arithmetic operations.