Mercerenies / latitude

Latitude - A prototype-oriented programming language
MIT License
7 stars 0 forks source link

The garbage collector does not run in Runner mode #25

Closed Mercerenies closed 6 years ago

Mercerenies commented 6 years ago

Latitude normally runs in REPL mode, where the GC will run between each REPL instruction.

If provided a filename on the command line, Latitude runs in Runner mode, which runs the entire file without interruptions. In this case, the VM will never garbage collect.