3 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue describes a bug where the system displays an "Invalid variable: b" error message when a variable is not defined. The expected behavior, similar to Python compilers, is to show a "NameError: name 'b' is not defined". This suggests a straightforward correction within the code generation module to align the error message with standard Python conventions.

Complexity: 2/5
bug good first issue

AI Summary: Create individual README.md files for three subdirectories (code transpiler react app, code-transpiler-backend, Test cases) within a Python-to-C transpiler mono-repo. Each README should briefly describe the subdirectory's contents and functionality, similar to the main project's README.

Complexity: 2/5
documentation good first issue

AI Summary: This task involves modifying a Python-to-C code conversion tool to return the symbol table generated during the conversion process. The symbol table needs to be added to the UI's supporting files section, requiring changes to both the backend (adding a return value, handling the data, and potentially creating a new function) and the frontend (creating a new state, component, and integrating with an existing function). The changes will allow users to download the symbol table as a file.

Complexity: 4/5
enhancement good first issue