tr-lang 0.1.4

A programming language made to bring syntax closer to Turkish
tr-lang-0.1.4 is not a library.
Visit the last successful build: tr-lang-0.4.0

tr-lang

Made with ❤️ in 🇹🇷

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.

What has been Implemented?

🕘 tr-lang lexer is in progress Issue #1

❌ tr-lang parser is not implemented Issue #2

❌ tr-lang bytecode is not implemented Issue #3

❌ tr-lang bytecode reader is not implemented Issue #4

❌ tr-lang runtime is not implemented Issue #5

Installation

Homebrew

brew tap kaiserthe13th/tr-lang
brew install tr-lang

Cargo

cargo install tr-lang

Build from source

dependencies: rust, cargo

git clone https://github.com/kaiserthe13th/tr-lang
cd tr-lang
cargo build --release

your file will be in target/release/tr-lang

Specification

See the Wiki