Yard is an funny programming language compiler written in pure Rust
Go to file
Sven Vogel a9b150a40e finished static type system 2022-10-24 21:08:54 +02:00
.vscode added shunting yard expr parser 2022-10-03 14:11:49 +02:00
src finished static type system 2022-10-24 21:08:54 +02:00
.gitignore added tokenizer 2022-09-21 23:32:09 +02:00
Cargo.lock proper error message added 2022-10-12 09:33:33 +02:00
Cargo.toml proper error message added 2022-10-12 09:33:33 +02:00
README.md finished static type system 2022-10-24 21:08:54 +02:00

README.md

Yard

Yard is an funny programming language compiler and interpreter written in pure Rust It will contain features such as:

  1. a COMEFROM keyword (inverse goto)
  2. a don't code block which never executes
  3. rand(x) returns x, always.
  4. 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