Commit 83b01bd
committed
[refactoring] Use of the correct environment to interpret R-Python.
- Split interpreter.rs into expression_eval.rs and statement_execute.rs
- Moved expression evaluation logic into expression_eval.rs
- Moved statement execution logic into statement_execute.rs
- Created mod.rs to expose the main functions (eval, run, execute)
- Removed the old interpreter.rs file
- Fixed unused import warning in statement_execute.rs
- All tests pass successfully1 parent c03c397 commit 83b01bd
5 files changed
Lines changed: 548 additions & 2688 deletions
This file was deleted.
0 commit comments