Yard/README.md

7 lines
372 B
Markdown
Raw Normal View History

2022-09-21 14:25:15 +00:00
# Yard
2022-09-21 14:26:55 +00:00
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
2022-10-12 07:33:33 +00:00
3. ```rand(x)``` returns x, always.
2022-10-24 19:08:54 +00:00
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