Commit Graph
3 Commits
Author SHA1 Message Date
retoor 758399397a chore: remove trailing whitespace and fix indentation across multiple files 2025-12-09 18:41:05 +00:00
retoor 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
retoor e8fe2f8ff1 chore: remove trailing whitespace from README.md line 42 2025-12-04 15:55:18 +00:00