这是一个A++(A2p)的编译器。
This is a compiler for A++(A2p).
全名为"A 2 plus Compiler".
Full name is "A 2 plus Compiler".
中文为"A++编译器"
由隐鼠制作
Made by HideMouse
A++是一个简单的语言。
A++ is a simple language.
你可以认为它就是一个带变量的Asm。
It's a Asm with variable.
示例代码现在可以在example中查看。
Example code now in "example" folder.
- Q: 你为什么要做这个编译器?(Why do you make this compiler?)
A: 闲的没事。(Nothing to do.) - Q: 我该咋在本地构建这个编译器?(How can I build this compiler?)
A: 下载,直接在CMD或PowerShell里输入.\make就行。(Download source code, then run.\makein CMD or PowerShell.)