注意:有关最新的LOLCODE语言功能,包括标准库( CAN HAS STDIO?
),网络( CAN HAS SOCKS?
),字符串( CAN HAS STRING?
),以及更多,请使用future
分支(请参阅HTTPS的示例://github.com/justinmeza/httpd.lol/blob/master/httpd.lol)!维护main
分支以与LOLCODE 1.3语言规范(https://github.com/justinmeza/lolcode-pec/tree/master/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发行版,则应在您的存储库中。
Python 2.7+或Python 2.x安装了ArgParse模块。
$ ./install.py -h
将显示相关安装选项的列表。例如,如果我想将LCI安装到目录“/home/kurtis/opt”目录中:我将运行:
$ ./install.py -prefix =“/home/home/kurtis/opt”
$ cmake。
您还可以为您想要的CMake配置过程提供其他任何参数。要启用内存测试,请在类似的情况下转动pertral_mem_tests选项:
$ cmake -dperform_mem_tests:bool = on。
如果您愿意,也可以使用“ CCMAKE”命令或Cmake GUI。有关更多详细信息,请参见CMAKE文档。
$制作
$制作安装
$制作文档
$ ctest
(请注意,这些说明是从Windows 7的角度写的,但实际上,任何现代版本都可以使用。)
开始>右键单击计算机>属性>高级系统设置
环境变量...
选择“路径”变量,然后单击“编辑...”。
将“; c: mingw bin; c: python32”添加到最后。
作为管理员运行。
CD C:用户%用户% Documents LCI
install.py -h
将显示相关安装选项的列表。例如,如果我想将LCI安装到目录“ C: Program Files LCI”目录中:我将运行:
install.py -prefix =“ C:/Program Files/LCI”
(请注意,前向斜线用于分开目录。)