Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 428 Bytes

A语言编译器

  • 用于原石计划Mod的卡牌代码编译器
  • 基于pyqt5实现
  • 目前及其简陋,只有卡牌函数的语法提示,与代码高亮

使用帮助

在项目文件夹shift+右键选择powershell输入下面的指令
python .\start.py

Build

# pyinstaller -D start.py --noupx
# pyinstaller start.py -w -F --icon="AL-IDE.ico" --noupx
pyinstaller start.spec