资源列表
bianyi
- 简单的编译实验,实现对代码进行词法分析,语法分析,以及语义分析等。希望对各位有用。-Simple compilation test, the code to achieve lexical analysis, syntax analysis, and semantic analysis. You want to be useful.
Using_the_Philips_Utility
- manual para programar lpc2103 con el software keil
src
- 能实现minijava的语法分析,类型检查,并将符合minijava语法的minijava程序改为符合piglet语法的中间代码,符合piglet语法的中间代码改为符合spiglet语法的中间代码。-Can achieve minijava syntax analysis, type checking, and to meet the minijava grammar minijava program intermediate code instead piglet grammar, line
ec++
- eC++编译器源码-eC++ compiler source
avr-ada-1.0.3
- AVR-Ada aims to make the Ada part of gcc usable on AVR microcontrollers. This includes the three elements: - the Ada compiler - the Ada run time system - the AVR support library Some sample programs are provided as well. -AVR-Ada aims to make the Ada
complier
- 实现sample语言的词法分析,并能输出相关的错误信息及二元组-Achieve sample language lexical analysis, and can output an error message and the associated pair
Lexical-analyzer
- 可以打开C和C++代码,将代码内容扫描到分析其中,进行词法分析-Can open C and C++ code, scan the contents of the code to analyze the lexical analysis
final
- 一个PL0编译器,可以进行语言的编译,可以处理语法语句,并能够提出错误,供人修改-A PL0 compiler, language compiler, and can handle the basic syntax statement, and able to make an error
DUI0209FK_arm_flexlm_guide
- flexlm license user guide
blue
- charp compiler
longpcl
- project c_lang is my language programming
LL1.tar
- LL1通用语法分析器,有消除左递归,FIRST集合、FOLLOW集合、分析表生成等功能