anoniscoding / yorlang

A programming language with yoruba language construct
https://anoniscoding.github.io/yorlang/
MIT License
450 stars 70 forks source link

Add garbage collection for removing local variables #34

Open anoniscoding opened 5 years ago

anoniscoding commented 5 years ago

A good reference point is - https://dzone.com/articles/garbage-collection-a-brief-introduction

mykeels commented 5 years ago

Isn't garbage collection already handled by JavaScript? @anoniscoding

anoniscoding commented 5 years ago

True, garbage collection is handled by javascript, but that doesn't clean up memory created within yorlang.