Erasm++ 基于 C++ 的嵌入式运行时汇编器,是一个 C++ 的 Embedded Domain Specific Language (EDSL) 用于运行时生成代码。支持完整的编译时语法检查,其代码生成速度非常快,因为必须的数据已经做了静态计算,目前只支持 Intel 64 和 IA-32 体系架构。
项目主页:https://github.com/nishiuramakoto/erasm-plusplus
下载地址:https://github.com/nishiuramakoto/erasm-plusplus/downloads
来自:开源中国社区