uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Pull request migrate standard procedures #49

Closed btwooton closed 6 years ago

btwooton commented 6 years ago

I have begun the migration of the standard procedures from the old code base, starting with the arithmetic number procedures. The rest of the standard procedures can be migrated over in a similar fashion by simply updating the API calls in the procedure code.

CinchBlue commented 6 years ago

I've redone the way this branch was merged from master such that it is rebased directly on the latest commit of master so the Git commit history doesn't have a merge. The merge would've failed in the last build because of CMakeLists.txt. I ran git diff origin/pull-request-migrateStandardProcedure pull-request-migrateStandardProcedure after this and there was no difference found.