kongxun / CMM_Python

An interpreter for CMM that written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMM_Python

An interpreter for CMM that written in Python

/*
这是CMM解释器开发环境Deepin2015
用Python语言编写
GUI采用PyQt5.5
*/

//由于开发时间很短解释器功能非常有限//它能通过CMM语言的基本语法测试包括嵌套
//对于复杂的语法会出现无法意料的错误//后期有时间会继续完善int a=0;
while(a<10){
    write a;
    a=a+1;
}

About

An interpreter for CMM that written in Python

License:MIT License


Languages

Language:Python 58.8%Language:TeX 41.2%