372 B
372 B
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