LLVM 的 Java 版 JLLVM

码农软件 · 软件分类 · 编译器 · 2019-12-09 07:43:22

软件介绍

JLLVM 是 Java 版的 LLVM 核心,它是轻量级以及平台无关的,JLLVM 用于识别 LLVM IR 和在 Java 类中存储 IR 元素。

示例代码:

LLVMLexer l = new LLVMLexer(new ANTLRStringStream(new String(buffer)));  
//buffer is a byte[] which stores the source LLVM IR file. CommonTokenStream ct = new CommonTokenStream(l); LLVMParser p = new LLVMParser(ct); Module cfg = p.program();

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

APIs

APIs

Daniel Jacobson、Greg Brail、Dan Woods / O'Reilly Media / 2011-12-24 / USD 24.99

Many of the highest traffic sites get more than half of their traffic not through the browser but through the APIs they have created. Salesforce.com (more than 50%) and Twitter (more than 75% fall int......一起来看看 《APIs》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具