1 Open Issue Need Help Last updated: Jul 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a bug in the Snug programming language compiler where local variables from previous stack frames remain accessible after a function call returns. This requires implementing proper stack frame isolation in the virtual machine (vm.py) to prevent data leakage between function calls.

Complexity: 4/5
enhancement good first issue

The 1st prototype

Python