Skip to content

kongxun/CMM_Python

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published