Sven Vogel a9b150a40e | ||
---|---|---|
.vscode | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
README.md
Yard
Yard is an funny programming language compiler and interpreter written in pure Rust It will contain features such as:
- a COMEFROM keyword (inverse goto)
- a
don't
code block which never executes rand(x)
returns x, always.- no if. only
unless
, an inverted version of if. Meaning a block get executed if the is false and doesn't if it is true