nicebub / njnr

njnr - a new small efficient programming language that compiles to c.
GNU General Public License v2.0
1 stars 0 forks source link

Fix2 ptr seg fault #17

Closed nicebub closed 3 months ago

nicebub commented 3 months ago

fixed some memory defects, turned on destructor logging.

need to make different PR to fix logging and make it more dynamic so that we can isolate specific logs on a function basis or something similar.