Implementing a language with LLVM(英文)    

Implementing a language with LLVM(英文)
  • 文档评分: 4.0 (0 个有效评分
  • 文档语言: 英文
  • 章节数量:0
  • 阅读人次:1392
  • 收藏数量:7
  • 内容来源:1
  • 整理分享:
  • 文档概述
    Welcome to the “Implementing a language with LLVM” tutorial. This tutorial runs through the implementation of a simple language, showing how fun and easy it can be. This tutorial will get you up and started as well as help to build a framework you can extend to other languages. The code in this tutorial can also be used as a playground to hack on other LLVM specific things.