pseudo_interpreter

Crates.iopseudo_interpreter
lib.rspseudo_interpreter
version1.2.0
sourcesrc
created_at2024-03-18 16:40:01.059056
updated_at2024-05-12 16:49:24.453181
descriptionA Pseudocode interpreter
homepagehttps://github.com/Kratosgado/pseudo_interpreter
repositoryhttps://github.com/Kratosgado/pseudo_interpreter
max_upload_size
id1178122
size85,614
Prince Mbeah Essilfie (Kratosgado)

documentation

README

Pseudo Interpreter

License

A pseudocode interpreter written in rust.

Installation

  • This application has been bundled up into vscode extension and can
  • be installed by searching pseudo runner in vscode extensions

Implemented Features

  • print function
  • input function
  • variable assignment
  • expressions
  • if statements
  • multi conditional statements
  • arrays
  • for loops
  • while loops
  • functions

Usage

pseudo_interpreter [file path]

Contact

Commit count: 85

cargo fmt