搜索资源列表
tcc-0.9.25
- 一个小型的C编译器源码,可支持在X86,ARM体系架构目标代码的生成。自身可运行于WINDOWS或LINUX环境下。-A tiny C compiler source code for windows and linux both.
compile
- 对tiny语义分析器的阅读和分析,理解符号表的定义(栏目设置)与基于抽象语法树的类型检查/推论的实现方法(树遍历)。完成C-语言的符号表的定义设计。规划类型检查/推论的实现方法。实现一种语言的语义分析器-Type checking/inference realization tiny semantic analyzer reading and analysis, to understand the definition of the symbol table (part set) based o
ccompiler
- c compiler for c,it use flex & bison to build a tiny c compiler.
tinycomp
- 用C语言实现的一个小型的tiny编译器,通过进行词法分析,自顶向下的语法分析进行编译。-Using C language to achieve a small tiny compiler, through lexical analysis, top-down syntax analysis to be compiled.
otccelf
- 这是tiny c compiler作者Fabrice Bellard参加IOCCC比赛写的非乱码的版本,只有一个C文件,代码量少,且可以产生elf文件,加以修改过参考tcc源代码就可以生成PE文件,需要的小伙伴请下载-This is the tiny c compiler of Fabrice Bellard wrote a non-participating IOCCC game garbled version, only one C files, less code, and can gen
NKU_compliers
- NKu编译原理代码,可供借鉴,欢迎指正,包括yacc和lex使用,词法分析,语法分析,小型C编译器-the compliers homework of Nankai University,include complier of tiny C
tiny_linker_lab_scu
- 系统级编程课的作业,虽然不是很难,但是里面对链表的操作还是挺复杂的。自己在网上没找到,所以写了自后就分享出来现把。我只修改了linker.c的文件,替换上去就OK了!-tiny linker
Compiler-Construction-book
- Compiler Construction book 中文版,里面包含tiny语言的C++实现的编译器-Compiler Construction book Chinese version, which contains tiny language C++ compiler to achieve
Parser
- 基于tiny修改而成的c-minus语言的语法分析器(包括了词法分析)-Based tiny modifications made parser c-minus languages (including lexical analysis)
tcc-0.9.26.tar.bz2
- Tiny C Compiler 9.26源码-Source code of Tiny C Compiler.
tiny_dmc
- 花了很多时间打造的最小c/c++编译器!编译器是免费的digitalmars c/c++,IDE用的是单文件版scite(sc178.exe),编译环境及优化开关已设置好。解压后约8M。适合算法编程及c/c++语言学习。-tiny c/c++ development environment(digitalmars c/c+++ scite(singular file, version 1.78)),enjoy it!
loucomp
- 这个代码不是我写的,是编译原理及实践课后带的源码,就是Tiny解释器,C语言写的-This code is not mine, is to compile the principle and practice after school with the source code, is Tiny interpreter, C language to write
Tiny C 相关程序一
- 编译原理小程序,可用于教学,日常学习,程序员必备(Compiler principle applet)
编译原理与实践(代码)
- 编译原理与实践(tiny c)代码, vc6编译。(Compiler theory and Practice (tiny C) code, VC6 compiler.)
TinyCC 0.9.26
- TCC(Tiny C Compiler)0.9.26源码 VS版工程 已经实现VS2008和VS2013 打开即用 可编译 可调试 建议使用VS2008编译(TCC (Tiny C Compiler) 0.9.26 source VS version project VS2008 and VS2013 have been opened and used Compiling and debugging It is recommended to use VS2008 to compile
Tiny c
- 其中包括tinyc语言程序的scanner,parser,analyzer等相关程序。(It includes scanner, parser, analyzer and other related programs of TinyC language program.)