2 Star 2 Fork 71

OneOS-Ability/洛书编程语言

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kconfig 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
xjl12 提交于 2024-10-25 10:42 +08:00 . Adapt to OneOS Lite V3.2.0
menu "Losu"
config OS_USING_LOSU
bool "Enable Losu programming language support"
select OS_USING_LIBC_ADAPTER
select OS_USING_HEAP
default n
if OS_USING_LOSU
config OS_USING_LOSU_INTERPRETER
bool "Enable interactive Losu interpreter"
select OS_USING_CONSOLE
default y
config OS_USING_LOSU_STDLIB
bool "Enable Losu std library"
default y
config OS_USING_LOSU_MACHINE
bool "Enable Losu machine library"
default y
config OS_USING_LOSU_BUILTIN_SCRIPTS
bool "Integrate Losu builtin scripts"
depends on OS_USING_LOSU_INTERPRETER
default y
endif
endmenu
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/oneos-ability/lpk.git
git@gitee.com:oneos-ability/lpk.git
oneos-ability
lpk
洛书编程语言
OneOS

搜索帮助