Crates.io | pseudocode_cie_9618 |
lib.rs | pseudocode_cie_9618 |
version | 0.1.0 |
source | src |
created_at | 2023-06-06 15:35:39.072005 |
updated_at | 2023-06-06 15:35:39.072005 |
description | A simple pseudocode interpreter for the cie 9618 spec |
homepage | |
repository | https://github.com/parzivale/pseudocode-cie-9618 |
max_upload_size | |
id | 883969 |
size | 142,961 |
An implementation of the CIE 9618 pseudocode spec, designed with this reference in mind
To run an example
cargo run --example factorial
To use as a standalone binary(precompiled binaries are only available for windows atm)
# The file extension does not matter
pseudocode.exe path/to/your/code.pseudo
To run with the parse tree and abstract syntax tree shown run in dev mode
cargo run -- "example.pseudo"
To silence the output and only show the program output run with release
cargo run --release - "example.pseudo"
Please reference the wiki