资源列表
pl0
- 词法分析器:用VC++写的PL0语言的词法分析器 -Lexical analyzer: with VC++ language to write the lexical analyzer PL0
scaner
- 实现编译器的第一步scaner,识别出不同的token,为下一步编译器语法提供基础-The first step in achieving the compiler scaner, identify the different token, the syntax for the compiler to provide the basis for the next step
VCDdecoder
- 基于GTK-wave做的verilog test bench语法解析器 解析vcd file. 俺自己写的-VCD (Value Change Dump) file is widely used in industry. A VCD file is an ASCII file, which contains header information, variable definitions and the value changes for specified variables, or
Compiler
- java编写的编译器程序,实现了基本功能,建议慎用。-java compiler program written to achieve the basic functionality, we recommend caution.
Analysis
- 编译语言之词法分析,用于分解编程语言之中的每一个有意义的单词,并提示错误地方-Compiled language lexical analysis, programming language being used to break down every meaningful word, and prompts the wrong place
cifafenxiqi
- 词法分析器 算法的基本任务是从字符串表示的源程序中识别出具体独立意义的单词符号,所以,程序的总体设计思想是:逐字符扫描输入的字符串源程序,每扫描一字符对其进行词法分析,如果可以同前一字符(串)拼接则拼接形成新的字符串,并最终形成具有独立意义的单词符号,如果不行则直接拿出作为独立的单词符号。如此循环直至字符串源程序结束。-It is used to analyse the word which is right or wrong.
Group16_Phase1.tar
- Compiler source language :modula-2, intermediate language: python, Target language: MIPS.
works
- 基于antlr的解释器构造,包括java 和。net架构的,十分有帮助哦-Antlr interpreter based on structure, including java and. net framework, very helpful oh
robotframework-2.5.7
- 机器人框架是一个通用的测试验收测试和验收测试驱动开发(ATDD)自动化框架。它具有易于使用的表格的测试数据的语法和使用关键字驱动的测试方法。其测试能力,可扩展与Python或Java实现的测试库,用户可以从现有的新关键字,使用相同的语法,是用于创建测试用例。 -Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development
code
- 汉明码以及各种编码 有用滴!好不容易找到的 你懂的-Hamming codes and a variety of useful to drop! Finally found you understand
lexical-analyzer
- 对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedure given by the lexical analyzer to recognize one word symbols, and binary type (other types of code word, the word symbols of attribute values) shows. And
PLO
- pl0编译原理,带有case跟for的拓展-pl0 compiler theory, with a case for expansion with