Zerg 是一個設計用來練手的程式語言:本身沒有太多特別的功能。 程式本體預計會有兩個部分:zerg (編譯器) 以及 zasm (組譯器)。
Zerg is a programming language for practice: it does NOT have special functionality or ability. It is expected that there will be two source code: zerg (compiler) and zasm (assembler).
- 2017-01-10 (v0.1.0.0) Add LICENSE declaim
原本只是想要練習寫一個程式語言,但是當知道 Python2 不再支援了之後 ([PEP 373] (https://www.python.org/dev/peps/pep-0373/)) 就感到難過,更想要寫出一個新的程式語言讓自己用得更順手。