Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 666 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 666 Bytes

mimiscript-compiler

此仓库停止更新,迁移至 pikascript 主仓库

compile python to mimsicript C project

linux下测试mimiscript内核(推荐ubuntu20.04):

step1: 拉取项目

git clone https://github.com/mimilib/mimiscript-compiler
cd mimiscript-compiler
git submodule init && git submodule update

step2: 安装编译链

sudo apt update
sudo apt install -y clang llvm cmake zlib1g-dev

step3: 编译项目

cd mimiproject
sh init.sh # 第一次编译前运行,之后就不用运行了 
sh make.sh # 编译项目

step4: 运行demo

bin/msc-linux.bin