Open Issues Need Help
View All on GitHubAI 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.
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.