A toy programming language written in rust.
It is an interpreted lang.
os := linux mint
rust toolchain := latest
shell := bash
- Statements end with newline.
- This language has just one function i.e. echo(), to print text to screen.
- Calling echo() is a statement.
- You can call echo as many times as you want.
- String literals are enclosed between double quotes ("This is a String!").
- Comments start with '#' (Only single-line comments)
There is a hello world example in test directory. To run it:
cargo run -- ./test/hello.echoThis project is under MIT License.
