rulonsw / SummerCompiler

c++ - based compiler for CS 5300's CPSL programming language
0 stars 0 forks source link

Closes implement-expr-id: Improve Expression Tracking #3

Closed rulonsw closed 7 years ago

rulonsw commented 7 years ago

Expressions needed IDs to be able to be referenced by Write() statements correctly. This PR also includes some other various tweaks and improvements to the project.