Stars
A fast JSON parser/generator for C++ with both SAX/DOM style API
Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client.
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
🔥 🔥 🔥 SmartOpenCV是一个OpenCV在Android端的增强库,解决了OpenCV Android SDK在图像预览方面存在的诸多问题,且无需修改OpenCV SDK源码,与OpenCV的SDK解耦
My Toy Compiler. Read about how I did it at the homepage URL
C++ library for creating and modifying Microsoft Word (.docx) files
Cross platform C/C++ library with C#, Java, Python, Progress 4GL wrappers and command line tools for generating Microsoft Word .DOCX (OpenXML) files
LintCode全AC题解,主要实现语言为C++,小部分为JAVA,近期会尽量完善注释、代码全改为C++实现
(从Google Code迁移过来的)这是我们的学生作业,一个简单的PL/0编译器,不过,编译只到中间代码为止,这是因为我们的汇编水平还没有到达能编写完整应用程序的水平。所以,仅仅是将PL/0代码编译成中间代码——一种很像汇编的四元式,然后请使用Interpreter解释运行中间代码。
Naive implementation of LL(1) parser and AST builder using std::variant (C++17)
Spanish pseudocode interpreter, capable of interpreting statements such as "if-else", "for", "while" ...
Compiler, Interpreter, Programming Language and/or Chatbot built on Artificial Intelligence (AI)
A compiler which converts text file pseudo code into python code.