C++ 解析器 Cling

码农软件 · 软件分类 · C/C++开发工具 · 2019-11-10 10:27:27

软件介绍

Cling 是一个交互式的 C++ 解析器,基于 LLVM 和 C++ 的前端 clang。可用于替换当前 C++ 解释器 CINT,比 CINT 强的方面包括:

  • 产品级的解析器

  • Just-in-time 编译器 (JIT), 无需封装即可调用库,显著降低字典大小

  • 模块化的 C++ API ,维护简单

  • 解析器和执行引擎分开

  • 通过 clang 来支持 C++ 11

本文地址:https://codercto.com/soft/d/18670.html

Programming Python

Programming Python

Mark Lutz / O'Reilly Media / 2006-8-30 / USD 59.99

Already the industry standard for Python users, "Programming Python" from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of chan......一起来看看 《Programming Python》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器