Files
AndroidJava/simpleC/README.md
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

37 lines
1.1 KiB
Markdown

# simpleC
## 介绍
simpleC是Android上的C/C++语言开发工具,可以编辑并编译C/C++代码,并支持代码高亮显示,行号显示,文本缩放,头文件和常用函数自动补全,快速注释/取消注释代码,代码自动缩进等功能。
simpleC的目的是给那些不方便使用PC的C/C++开发者一个简单的开发工具。
## 截图
<img src="/screenshot/editor.png" alt="编辑器" width="50%" height="50%" />
<img src="/screenshot/editor_dark.png" alt="暗黑主题" width="50%" height="50%" />
<img src="/screenshot/console.png" alt="控制台" width="50%" height="50%" />
<img src="/screenshot/setting.png" alt="设置" width="50%" height="50%" />
## 相关链接
项目用到的词法分析器:[词法分析器](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