Skip to content

NWYLZW/A-Language-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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