2022.1112.0 • Published 2 years ago

zju-compile v2022.1112.0

Weekly downloads
-
License
CC BY-NC-SA 4.0
Repository
github
Last release
2 years ago

浙江大学编译原理课件

下载

Docker

docker pull apachecn0/zju-compile
docker run -tid -p <port>:80 apachecn0/zju-compile
# 访问 http://localhost:{port} 查看文档

PYPI

pip install zju-compile
zju-compile <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g zju-compile
zju-compile <port>
# 访问 http://localhost:{port} 查看文档