Engineering a Compiler, Second Edition Engineering a Compiler, Second Edition Engineering a Compiler, Second Edition Engineering a Compiler, Second Edition Engineering a Compiler, Second Edition Engineering a Compiler, Second Edition
2021-03-20 11:11:41 14.44MB 编译器 编译原理
1
撒打算的撒
2021-03-19 21:00:33 736B jar
1
IAR ARM development guide english version
2021-03-18 11:01:46 5.97MB arm compiler
1
rvml-具有let多态性的min-caml编译器 rvml是实现let多态性的min-caml编译器。 rvml的多态类型推断是在DidierRémy发现的基于级别的算法中实现的。 代码生成器可以生成具有多态类型的代码。 要求 llvm-11.0.1 在macOS中,您可以在Homebrew中安装llvm。 $ brew install llvm 如果使用其他OS或体系结构,则可能需要从源代码构建llvm。 请参阅 。 命令行界面 rvml 0.1.0 hobo0xcc min-caml compiler with let-polymorphism USAGE: rvml [FLAGS] [OPTIONS] [INPUT] FLAGS: --ast Print AST -t, --show-type show type
2021-03-14 19:10:27 63KB rust compiler Rust
1
DS500-PA-00002-r5p0-18rel0.rar ARM Compiler v5.05, Build 169, is intended for use as an update for ARM Compiler 5 products, and must be used with a suitable license from one of these products. This update is not suitable for updating the ARM Compiler in the ARM DS-5 product. Multiple feature releases of ARM Compiler 5, having different version numbers, can be installed on a single machine. Having two or more update versions (e.g. 5.01u1 and 5.01u2) of the same feature release installed in the same machine is not supported.
2021-03-12 16:12:51 79.71MB Keil ARM Compiler 编译器
1
C语言编译器 lex和yacc编写的c语言编译器 词法分析与语法分析的原始文件扩展: ://www.quut.com/c/ANSI-C-grammar-l-1998.html和 实现了C语言除了struct和指针几乎所有的语法。 运行 环境要求:flex bison g ++ 11 python3 中间代码生成 Windows命令行输入: flex compiler.l bison -vdty compiler.y g++ -std=c++11 -o compiler tree.cpp Praser.cpp innerCode.cpp tools.cpp codeOptimize.cpp lex.yy.c y.tab.c compiler.exe test/test.c 或者 makefile.bat 目标代码生成 进入objectcode文件夹,命令行输入 python objectcode.py objectcode.py读取的源文件为inter.txt,生成的mips汇流编码在result.asm文件中 中间代码格式定义 语法 描述 标签1: 定义标签label1 功能f:
2021-03-02 16:17:41 5.1MB c compiler mips python3
1
本书全面、深入地探讨了编译器设计方面的重要问题,包括词法分析、语法分析、语法制导定义和语法制导翻译、运行时刻环境、目标代码生辰、代码优化技术、并行性检测以及过程间分析技术。 龙书英文版
2021-03-01 14:15:38 12.26MB Compiler
1
这个不是ICC的官方英文资料,而是各种中文PPT教程,word经验总结等。(官方英文资料data、guide等在https://download.csdn.net/download/nadong121/13011951这里,且在B站有配套的视频https://www.bilibili.com/video/BV1BJ411w7gf,里面的ICC部分)。
2021-02-28 22:04:46 79.89MB ICC 数字IC后端 布局布线 集成电路
1
伪的 Pseudo使用一个算法/一个简单的程序,并使用Python,JavaScript,C#,Go和Ruby为其生成惯用代码。 Pseudo通过两层翻译实现了这一目标:它使用目标语言语法,并且可以使用语言Y的本机标准库来表达语言X的标准库方法/ api git历史 抱歉:我撒谎了,以某种方式重现了git历史,似乎大部分工作是在3月1日之后:我正在2月在一家公司完成我的工作,我想隐藏当时我从事过伪工作的事实:实际上,如果我没有记错的话,我实际上是在2月20日左右开始更积极的工作。 我不确定我是否已经拥有原始的git历史记录:对Clevertech(公司)/任何观察员表示抱歉,这是一件非常丑陋的事情。 概念 Pseudo使用“ Pseudo AST”,它对应于一种非常清晰,静态类型化且某种程度上有限的语言子集: 基本类型和集合以及用于它们的标准库方法 整数,浮点数,字符串,布尔值 清单
2021-02-27 20:05:38 123KB translation transpiler python-compiler pseudo
1
CC-RH Compiler User's Manual
2021-02-25 14:06:23 3.92MB 编程语言 编译器
1