Skip to content

An experimental project for statically typed scripting language.

License

Notifications You must be signed in to change notification settings

White-Green/kirl-lang

Repository files navigation

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

About

An experimental project for statically typed scripting language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages