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

Compiler cases for symbol and quote #38

Closed dylannakahodo closed 7 years ago

dylannakahodo commented 7 years ago

This pull request is for the implementation of handling symbols and quote expressions in the compiler, I've also added two unit tests for these cases.

The unit tests check if the string representation of the assembly instructions match what we expect.

Please check if the implementation looks okay and if the unit tests make sense.

Thanks.

CinchBlue commented 7 years ago

Looks good to me. I talked about you with this in person. Approved!