Skip to content

Commit 83b01bd

Browse files
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 successfully
1 parent c03c397 commit 83b01bd

File tree

5 files changed

+548
-2688
lines changed

5 files changed

+548
-2688
lines changed

src/interpreter.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)