WordIDE 您是否曾经想过:在文字处理器中编写代码的感觉如何? 我也不。 但是之后月分钟的计划,我呈现给您(鼓卷)... WordIDE! 在任何文字处理器中编写代码,WordIDE会将其转换为纯文本,以便您的愚蠢的编译器可以理解。 就这么简单 $ wide compile test.odt 好处 手动为代码着色 使用任何字体 使用任何文字大小 使用任何文字处理器 缺点 没有 请注意,这是一个周末项目,因此代码不完美。 尽管如此,它仍然可以完成工作。 我计划将来将其改进,如果您想自己修复它,请提交拉取请求! 建筑 只需确保已安装Go编译器,然后运行make 。 如果尚未安装make ,也可以使用go build make安装,但请确保提供另一个带有-o binary输出二进制-o binary ,因为默认的输出二进制文件与软件包名称wordide冲突。
2021-03-25 13:07:46 85KB programming compiler word ide
1
Power Compiler User Guide,
2021-03-25 12:07:13 2.81MB power
1
当代编译技术三大圣经之一, 书名:Modern Compiler Implementation in Java/C++/ML,Second Edition 作者:Andrew W.Appel,with Jens Palsberg 这本书是3本书中最薄的一本,也是最最牛的一本!
2021-03-22 16:37:26 4.05MB 虎书 Tigerbook Compiler java
1
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