This pull request adds support for the Rust programming language to our project. The implementation includes test cases for basic functionality and standard input/output operations.
Changes made:
Added Rust language execution support in the main execution engine
Implemented "Hello World" test case for Rust
Implemented standard input processing test case for Rust
Updated relevant configuration files to include Rust
New test cases:
"rust : hello world" - Tests basic Rust program execution
"rust : print stdin" - Tests Rust's ability to read from standard input and output
These test cases follow the existing structure and format of other language test cases in the project.
Testing:
All new test cases pass successfully
Existing test cases for other languages remain unaffected
Dependencies:
This feature requires Rust to be installed on the system running the project
Title: Add Rust language support
Description:
This pull request adds support for the Rust programming language to our project. The implementation includes test cases for basic functionality and standard input/output operations.
Changes made:
New test cases:
These test cases follow the existing structure and format of other language test cases in the project.
Testing:
Dependencies: