Yard is an funny programming language compiler written in pure Rust
Go to file
Sven Vogel e8e6ce32cf proper error message added 2022-10-12 09:33:33 +02:00
.vscode added shunting yard expr parser 2022-10-03 14:11:49 +02:00
src proper error message added 2022-10-12 09:33:33 +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 proper error message added 2022-10-12 09:33:33 +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. swapped meaning of "" (for single characters) and '' (now for string literal)