1 Star 0 Fork 0

liangkangnan/jimtcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
autosetup
examples.api
examples.ext
examples
freebsd
jsmn
sqlite3
tests
tools
.gitignore
.indent.pro
.project
.travis.yml
AUTHORS
BUGS
DEVELOPING
EastAsianWidth.txt
LICENSE
Makefile.in
README
README.extensions
README.metakit
README.namespaces
README.oo
README.redis
README.sqlite
README.utf-8
STYLE
TODO
Tcl_shipped.html
UnicodeData.txt
appveyor.yml
auto.def
bench.tcl
binary.tcl
bootstrap.tcl
build-jim-ext.in
configure
configure.ac
glob.tcl
initjimsh.tcl
jim-aio.c
jim-array.c
jim-clock.c
jim-config.h.in
jim-eventloop.c
jim-eventloop.h
jim-exec.c
jim-file.c
jim-format.c
jim-history.c
jim-interactive.c
jim-interp.c
jim-json.c
jim-load.c
jim-mk.cpp
jim-namespace.c
jim-nosignal.c
jim-pack.c
jim-package.c
jim-posix.c
jim-readdir.c
jim-readline.c
jim-redis.c
jim-regexp.c
jim-sdl.c
jim-signal.c
jim-signal.h
jim-sqlite3.c
jim-subcmd.c
jim-subcmd.h
jim-syslog.c
jim-tclprefix.c
jim-tty.c
jim-tty.h
jim-win32.c
jim-win32compat.c
jim-win32compat.h
jim-zlib.c
jim.c
jim.h
jim_tcl.txt
jimdb
jimiocompat.c
jimiocompat.h
jimregexp.c
jimregexp.h
jimsh.c
jimtcl.pc.in
jsonencode.tcl
linenoise-win32.c
linenoise.c
linenoise.h
make-bootstrap-jim
make-c-ext.tcl
make-index
make-load-static-exts.tcl
make-release.sh
nshelper.tcl
oo.tcl
parse-unidata.tcl
regtest.tcl
rlprompt.tcl
stdlib.tcl
tcl.license.terms
tclcompat.tcl
tcltest.tcl
test-bootstrap-jim
tree.tcl
utf8.c
utf8.h
克隆/下载
test-bootstrap-jim 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
set -e
echo "Building bootstrap jimsh"
./make-bootstrap-jim >jimsh_bootstrap.c
${CC:-cc} -o jimsh_bootstrap jimsh_bootstrap.c
echo "Testing bootstrap jimsh"
( cd tests; ../jimsh_bootstrap runall.tcl )
echo "All tests passed"
rm jimsh_bootstrap jimsh_bootstrap.c
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liangkangnan/jimtcl.git
git@gitee.com:liangkangnan/jimtcl.git
liangkangnan
jimtcl
jimtcl
master

搜索帮助