tr-lang is a language that aims to bring programming language syntax closer to Turkish. tr-lang is a stack based language and uses reverse-polish notation for maths.
View in Turkish
console
$ brew tap kaiserthe13th/tr-lang
$ brew install tr-lang
console
$ cargo install tr-lang
dependencies: rust, cargo
console
$ git clone https://github.com/kaiserthe13th/tr-lang
$ cd tr-lang
$ cargo build --release
your file will be in target/release/tr-lang
To report bugs, suggest new features or update documentation use the issue tracker
for features use (enhancement | yükseltme)
tag, for bugs use (bug)
tag and for documentation updates use (documentation | dökümantasyon)
tag
:+1: Bugfix PR's are welcome!
I give my thanks to user Netwave from stackoverflow.com for helping fix a bug during the creation of the parser.