ダウンロードリスト

プロジェクト概要

Kiteは、プログラマに必要な経験レベルを最小限にするために設計されたプログラミング言語です。それは、迅速な開発および実行時間と低CPUとメモリの使用を許可することを目指しています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-12-27 20:21
0.2.0

カイトは今その non–LLVM 凧の大幅な向上を使用して、コンパイル時同じフレックス/バイソン ベース パーサーを使用します。カイト構文の 100 % 今解析することができます。string|format は、標準のライブラリに追加されました。kdoc (System.doc) のサポートと前提条件 System.object のメソッドを完全に機能ようになりました。Eval ステートメントは (例えば eval"1|print;") をサポートするようになりました。Non–LLVM カイトからのコードのバージョン管理サポートがアクティブになりました。いくつかのシステム上でコンパイル エラーが修正されました。
タグ: kite-llvm
Kite now uses the same Flex/Bison based parser that non–LLVM Kite uses, significantly improving compile time. 100% of Kite syntax can now be parsed. string|format was added to the standard library. kdoc (System.doc) support and prerequisite System.object methods are now fully functional. The eval statement now supported (e.g. eval “1|print;”). Code versioning support from non–LLVM Kite is now active. Compilation errors on some systems were fixed.

2010-11-24 19:20
1.0.4

内部データ構造は、パフォーマンスとメモリ消費量に最適化された複数の継承のための初期サポートが追加されました。
タグ: Stable
Internal data structures were optimized for performance and memory consumption, and initial support for multiple inheritance was added.

2009-04-14 15:52
1.0.3

Windowsインストーラとカイトデバッガでこのリリースで修正された問題。
This release fixed problems with the Windows installer and with the Kite debugger.

2009-03-02 15:28
1.0.2

新しいパッケージを構築するシステムだけでなく、標準ライブラリのいくつかの新しいメソッドが追加されています。いくつかのバグも修正されている。
タグ: Major feature enhancements
A new package building system has been added, as well as some new methods in the standard library. Several bugs have also been fixed.

2009-02-09 17:53
1.0.1

ときに、GCCの特定のリリースを使用してコンパイルエラーは修正されている。リストが、既存のリストの代わりに、新しいリストを作成する項目を追加するための明示的な演算子があります。いくつかのクラスのPOP3またはSMTP電子メールを処理するために作成されている数字は、異なる形式で表現することができます。最後に、正規表現のバグが修正されている正規表現をすぐにカイトの構文の一部です。
タグ: Major feature enhancements
Compile errors when using certain releases of GCC have been fixed. Lists now have an explicit operator for adding items to an existing list instead of creating a new list. Several classes have been created to handle POP3/SMTP email, and numbers can now be represented in different formats. Finally, regular expression bugs have been fixed and regular expressions are now part of Kite's syntax.

プロジェクトリソース