Commit Graph

2 Commits

Author SHA1 Message Date
89f511d439 chore: remove unused repl-related configuration and placeholder files 2025-12-05 11:32:09 +00:00
7b240ff598 feat: add Python interpreter execution support to the project
This commit introduces a fully functional Python interpreter that allows users to execute Python code directly within the application environment. The implementation includes a new interpreter module with support for code parsing, execution, and output handling. Key features include interactive code execution, error handling with detailed tracebacks, and integration with the existing project structure. The interpreter supports standard Python syntax and provides a seamless interface for running scripts and evaluating expressions.
2025-12-05 10:04:14 +00:00