Back to Projects
Pseudo Code Interpreter
A pseudo code interpreter written in rust that interprets pseudocode file passed to it as cli argument.
Rust
Overview
Pseudo Code Interpreter is a Rust-based tool that interprets and executes pseudo code files passed as command-line arguments. It allows developers to test their algorithms written in pseudo code.
Features
- Command-Line Interface: Run pseudo code files from the terminal.
- Interpretation: Executes pseudo code syntax.
- Error Handling: Provides feedback on invalid syntax.
Technologies Used
- Rust: A systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.