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

Open Issues Need Help

View All on GitHub

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