# simpleC
## 介绍
simpleC是Android上的C/C++语言开发工具,可以编辑并编译C/C++代码,并支持代码高亮显示,行号显示,文本缩放,头文件和常用函数自动补全,快速注释/取消注释代码,代码自动缩进等功能。
simpleC的目的是给那些不方便使用PC的C/C++开发者一个简单的开发工具。
## 截图
## 相关链接
项目用到的词法分析器:[词法分析器](https://github.com/luoyesiqiu/Lexer)
APK下载:[下载](https://www.coolapk.com/apk/166409)
我的相似项目:[simpleJS](https://github.com/luoyesiqiu/simpleJS)
## 感谢
* [AndroLua+](https://github.com/nirenr/AndroLua_pro)
* [JFlex](https://www.jflex.de)
* [GNU-GCC](http://gcc.gnu.org)
* [Android-Terminal-Emulator](https://github.com/jackpal/Android-Terminal-Emulator)
* TextWarrior