5 Open Issues Need Help Last updated: Aug 14, 2025

Open Issues Need Help

View All on GitHub
good first issue

C compiler developed C

C
good first issue

C compiler developed C

C

AI Summary: This GitHub issue describes the task of creating a compiler. The primary requirement for this compiler is to support basic arithmetic operations, specifically addition and subtraction. This suggests a foundational project, likely for learning compiler design principles or for a very simple domain-specific language.

Complexity: 3/5
good first issue

C compiler developed C

C

AI Summary: The goal of this issue is to create a programming language that can compile a single integer. This represents the absolute most basic functionality for a compiler, focusing on the core process of taking a numerical input and translating it into an executable form.

Complexity: 2/5
good first issue

C compiler developed C

C

AI Summary: This GitHub issue requests the creation of a `.gitignore` file. The purpose of this file is to specify which files and directories Git should ignore, preventing them from being tracked in the repository. As no specific patterns or project type are mentioned, it implies a basic or default `.gitignore` is required.

Complexity: 1/5
good first issue

C compiler developed C

C