Open Issues Need Help
View All on GitHub Bug: Block-Scoped Variables Produce Incorrect Output about 2 hours ago
AI Summary: This GitHub issue reports a critical bug where variables declared within block scopes, such as `if` statements or `while` loops, are not correctly handled by the compiler or interpreter. This leads to the generation of incorrect code, resulting in garbage values instead of the expected output for these variables.
Complexity:
4/5
bug good first issue
A minimal, educational programming language compiler written in C.
C
#compiler#compiler-construction#programming-language