zl90 / Cornell-CS4120

I'm taking Cornell University's "Introduction to Compilers" course
5 stars 0 forks source link

Leak check the main program #9

Open zl90 opened 1 year ago

zl90 commented 1 year ago

Currently the main program is leaking when it throws exceptions.

The solution to this may be std::terminate, look it up.