A minimal, educational programming language compiler written in C.

compiler compiler-construction programming-language
1 Open Issue Need Help Last updated: Jan 15, 2026

Open Issues Need Help

View All on GitHub

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