Files
Rava/.gitignore
T
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

9 lines
61 B
Plaintext

*.md
.gitignore
*.swp
merge.py
/test_*
*.o
run_examples
rava