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.
This commit is contained in:
2025-12-05 10:04:14 +00:00
parent 605c2bf8d3
commit 7b240ff598
3 changed files with 127 additions and 2 deletions
+1
View File
@@ -5,3 +5,4 @@ merge.py
/test_*
*.o
run_examples
rava