搜索资源列表
一个小语言的词法分析程序原理及其实现
- 承德有词法分析过程和源代码哦-Chengde, a lexical analysis and source code oh
maineee
- 新做词法分析程序,东华的勿copy-new lexical analysis procedure done, the group not to copy the
第三部分:GCC词法分析程序
- Gcc 词法分析程序 -may refer lexical analysis procedure
Accidence2
- 一个自己编写的词法分析程序,经过修改后的版本,请大家指教-own a lexical analysis prepared by the procedures, the revised version, please enlighten
cifa
- 编译原理的词法分析程序 是用java编的 ,有界面.
使用lex分析java源程序
- Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
编译原理课程设计
- 编译原理词法分析,一个非常好的词法分析程序,还有附加原程序,值得一看!-compiler theory lexical analysis, a very good lexical analysis procedure, the original Additional procedures, eye-catcher!
词法分析程序(编译原理)
- 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc
Compiler
- java词法分析程序,不是太完美,希望大家下载并指正-java lexical analysis program, not perfect, I hope you download and correction
a
- 编译原理的词法分析的模拟程序,采用swt库进行开发。-Compiler Construction Principles of the lexical analysis simulation program, developed using swt library.
LexicalAnalyer
- 这是一个用图形模拟词法分析器的程序: 功能描述: 。 要运行这个程序,你必须安装以下软件 1.java编译器,(本程序是在jdk1.6下编译的)。 2.如果你要重新编译源文件ant.(请在http://ant.apache.org/下载). 如何运行: 1.解压此压缩包. 2.进入解压后的LexicalAnalyer目录(windows下用命令提示符,linux下用终端). 3.然后键入java -jar LexicalAnalyer命
39709581pl0
- pl0编译器 语法分析 词法分析 要求输入PL/0语言源程序,输出中间代码表示的程序。-pl0bianyiqi
Lexicalanalysis
- Java程序词法分析。找出其中用到的关键字、方法名、变量名以及操作运算符-Lexical analysis of Java programs
cifa(4.0)
- 用直接分析法编制类C语言子集的词法分析程序。在本词法分析程序模块中,主要分析自定义的类C语言的词法。自定义的语言主要包括数组定义、函数定义、结构体定义的语句,运算符号主要为特殊符号表里所定义的各类运算符。 设计要求简要讲解词法分析器的构造技术,设计此法分析器。词法分析程序的主要功能是读入源程序,输出单词符号。并提供出错处理。 -Prepared by direct analysis of a subset of C-language lexical analysis program.
dragon-front-source
- JAVA实现的编译器前端程序。包括编译器的基本功能包括词法分析,语法分析等-JAVA implementation of the compiler front-end program. Including the basic functions of the compiler including lexical analysis, syntax analysis
cifa
- 一个小的词法分析程序。编译原理实验内容。非常实用。-A small lexical analyzer. Compile the contents of principle experiment. Very useful.
src
- 词法分析程序,能分析出基本的单词符号,和词法-Lexical analysis program, to analyze the basic word symbols, and lexical
lzh
- JAVA词法分析程序,实现对界符,数字,单词,操作符的识别.-JAVA lexical analysis program to realize the community character, numbers, words, operator of the recognition.
LCXCompiler
- Java实现的词法分析程序,可以输入或直接打开一个Java语言源程序,返回token表和符号表-Java implementation of the lexical analysis program that can import or open a Java language source code directly, the return token table and symbol table
AnalyseFrame
- 词法分析器。 词法分析程序,分析C源代码,找出其中的单词,并确定单词的类型-Lexical analyzer. /*** Sample application analysing C code to accidence file* lexical analysis procedures, analysis of the C source code, find the word, and to determine the type of word* Keyword KEY* identifi