1 Star 0 Fork 207

十元三斤/pikapython

forked from 李昂/pikapython 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
李昂 提交于 2023-05-28 12:29 . restore pikaCompiler
*.depend
*.layout
/src/build
/port/linux/build
/src/package/pikascript/pikascript-api
/tools/pikaPackageManager/pikascript-core
/tools/pikaPackageManager/pikascript-api
/tools/pikaPackageManager/pikascript-lib
/tools/pikaPackageManager/*.py
*__pycache__
*bin/
*obj/
bsp/pico/MDK/mdk/RTE
bsp/pico-dev/MDK/mdk/RTE
.vscode/
coredump/
#remove unnecessary file
test/out/
test/python/*.py.a
test/python/*.py.o
test/python/__asset_lib_to_file_py_a.c
tools/pikaByteCodeGen/build/
tools/pikaByteCodeGen/pikascript/
tools/pikaByteCodeGen/libpikabinder/
tools/pikaCompiler/libpikabinder/
tools/pikaCompiler/rust-msc-latest-linux
port/linux/test
port/linux/Release/
port/linux/benchmark_result.json
port/linux/gmon.out
port/linux/package/pikascript/pikascript-api/
port/linux/package/pikascript/pikascript-core/
port/linux/package/pikascript/*.o
port/linux/package/pikascript/pika
port/linux/package/pikascript/rust-msc-latest-linux
port/linux/report.txt
port/linux/snake.bin
port/linux/task.bin
port/linux/pika_bytecode.bin
port/linux/config/pika_config.h
#<lab>
test/VM-test.cpp
test/arg-test.cpp
test/args-test.cpp
test/builtin-test.cpp
test/class-test.cpp
test/closure-test.cpp
test/cmodule-test.cpp
test/compile-test.cpp
test/doc-test.cpp
test/event-test.cpp
test/except-test.cpp
test/gc-test.cpp
test/lua-test.cpp
test/parse-test.cpp
test/pool-test.cpp
test/stack-test.cpp
test/strs-test.cpp
test/sysObj-test.cpp
test/thread-test.cpp
tools/pikaCompiler/cross-build.sh
tools/pikaByteCodeGen/cross-win.sh
tools/pikaByteCodeGen/CrossCompile.cmake
tools/pikaCompiler/do_build.sh
tools/pikaCompiler/cbindgen.toml
tools/pikaPackageManager/clean.sh
tools/pikaPackageManager/go.mod
tools/pikaPackageManager/go.sum
tools/pikaPackageManager/main.go
tools/pikaPackageManager/make.sh
tools/pikaPackageManager/requestment.txt
#</lab>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/fangms/pikapython.git
git@gitee.com:fangms/pikapython.git
fangms
pikapython
pikapython
master

搜索帮助