Skip to content

A programming language written in an "easy to understand" way

License

Notifications You must be signed in to change notification settings

Snowman-s/Trees

Repository files navigation

Trees

Trees は、ブロックプログラミング言語で、以下の特徴を備えています!

  • 分かりやすい (easy to understand)
  • 読みやすい (readable)
  • 曖昧性がない (clear)
        ┌─────┐
        │print│
        └───┬─┘
        ┌───┴─┐
    ┌───┤  *  ├──┐
    │   └─────┘  │
┌───┴─┐      ┌───┴─┐
│  3  │      │  4  │
└─────┘      └─────┘ 

チュートリアルは https://github.com/Snowman-s/trees/wiki を参照ください。

ビルド方法

$ git clone https://github.com/Snowman-s/Trees.git

$ cd Trees

$ cargo build --release

上記コマンドを実行すると、target/release 内に実行可能ファイルができているはずです。

About

A programming language written in an "easy to understand" way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages