注:標準ライブラリ( CAN HAS STDIO?
)、ネットワーキング( CAN HAS SOCKS?
ますか?)、文字列(文字列CAN HAS STRING?
)などの最新のLolcode言語機能については、 future
ブランチを使用してください(httpsの例を参照してください://github.com/justinmeza/httpd.lol/blob/master/httpd.lol)! main
ブランチは、lolcode 1.3言語仕様(https://github.com/justinmeza/lolcode-pec/tree/master/v1.3)との後方互換性のために維持されていますが、将来の開発はすべてfuture
ブランチで行う必要があります。
Copyright (C) 2010-2014 Justin J. Meza
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
LCIは、Cで書かれたLOLCODEインタープリターであり、正しく、ポータブルで、高速で、正確に文書化されるように設計されています。
このプロジェクトのホームページはhttp://lolcode.orgにあります。助けを借りて、http://groups.google.com/group/lci-generalにアクセスしてください。バグを報告するには、http://github.com/justinmeza/lci/issuesにアクセスしてください。
Justin J. Meza [email protected]によって作成および維持されています。
cmakeをインストールする必要があります(www.cmake.org)。 a)パッケージ管理を備えたLinuxディストリビューションを使用している場合は、cmakeがリポジトリにある必要があります。
ArgparseモジュールをインストールしたPython 2.7+またはPython 2.x。
$ ./install.py -h
関連するインストールオプションのリストが表示されます。たとえば、LCIをディレクトリにインストールしたい場合は、 "/home/kurtis/opt"を実行します。
$ ./install.py -prefix = "/home/kurtis/opt"
$ cmake。
また、他の引数をCmake構成プロセスに提供することもできます。メモリテストを有効にするには、wirm soでperform_mem_testsオプションをターンします。
$ cmake -dperform_mem_tests:bool = on。
必要に応じて、「ccmake」コマンドまたはcmake guiを使用することもできます。詳細については、Cmakeドキュメントを参照してください。
$ make
$インストールします
$ docsを作成します
$ ctest
(指示はWindows 7の観点から書かれたが、実際には、現代のバージョンは機能することに注意してください。)
START>右クリック> [コンピューター]> [プロパティ]> [高度なシステム設定]
環境変数....
「パス」変数を選択し、「編集...」をクリックします。
add "; c: mingw bin; c: python32"。
管理者として実行します。
CD C: users%user% documents lci
install.py -h
関連するインストールオプションのリストが表示されます。たとえば、LCIをディレクトリ「C: Program Files LCI」にインストールしたい場合は、実行します。
install.py -Prefix = "C:/Program Files/LCI"
(ディレクトリを分離するためにフォワードスラッシュを使用していることに注意してください。)