Kirl Lang Save

An experimental project for statically typed scripting language.

Project README

English version is here

kirl-lang

静的型付けされたスクリプト言語の実験的プロジェクト

実行環境

Rustツールチェイン をインストールしてください

インストール方法

$ cargo install --git https://github.com/White-Green/kirl-lang

または

$ git clone https://github.com/White-Green/kirl-lang
$ cargo install kirl-lang/kirl

実行

以下の内容のファイルを"hello.kirl"という名前で作成します

import std::io;

"Hello, World!".io::println();

その後、以下のコマンドで実行します

$ kirl hello.kirl
Open Source Agenda is not affiliated with "Kirl Lang" Project. README Source: White-Green/kirl-lang
Stars
61
Open Issues
17
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating