CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pascal lex

搜索资源列表

  1. 简单pacal编译器实现

    2下载:
  2. 此源码是简单Pascal编译器实现代码,采用工具LEX和YACC实现-this source is simple Pascal compiler for code using tools LEX and YACC
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4252
    • 提供者:汪永威
  1. compiler([1].netstl)

    0下载:
  2. (1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言; (2) 一个简单的说明文档; (3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录; (4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。 注意事项: (1) 两人一组 (2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,J
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:48656
    • 提供者:cy
  1. pascal

    0下载:
  2. 1.通过实验进一步理解和掌握词法分析器的工作原理 2.熟悉C语言环境编程 3.熟悉LEX软件的使用
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:youyang
  1. SimPas-parser

    0下载:
  2. SimPas词法分析器。用flex编译生成yy.lex.c,然后用vc编译生成.exe文件,附有pascal程序代码正确的和错误的各一段,以及说明。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:38045
    • 提供者:郭少兰
  1. pascal形式文法

    0下载:
  2. 现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:29996
    • 提供者:翟青
  1. Pascal语言的词法分析器

    0下载:
  2. Pascal语言的词法分析器源程序和开发文档,用LEX编写,可作为编译原理课程的学习参考,源文件已编译通过-Pascal language lexical analyzer and source documentation, prepared with LEX, as compiler theory courses of study reference source documents compiled by
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12359
    • 提供者:Amethyst
  1. lex生成pascal词法分析器

    0下载:
  2. 利用LEX生成工具构造PASCAL词法分析器。输入一个字符串或是数,分析器将判别是否为PASCAL标准标识符、保留字、整数或实数,并同时把当前的输入再次打印出来。-use LEX generation tool is PASCAL lexical analyzer. The importation of a string or number analyzer to determine whether it will PASCAL standard identifier and reserved
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:977
    • 提供者:刘斌
  1. 简单的YACC程序

    1下载:
  2. 目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the basic tools to use, and the lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2026
    • 提供者:刘斌
  1. pascal2c_2.tar.Z

    0下载:
  2. 又一个Pascal 到C的转换器 -Another Converter from Pascal to C
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:14461
    • 提供者:站长
  1. Lex

    0下载:
  2. A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy program n analyses it. The program can be extended by adding more.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:719
    • 提供者:kammy
  1. bianyiyuanli

    0下载:
  2. 将pascal语言编译为c,然后编译运行-Pascal language will be compiled to c, and then compile and run
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:93037
    • 提供者:王龙
  1. pascal

    0下载:
  2. 编译原理实验,词法分析例子,简单的说明lex的理解-Compiler principle experiment, the lexical analysis example, a simple descr iption of the understanding of the lex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:687
    • 提供者:meijie
  1. lex

    0下载:
  2. 源语言是PL0语言,PL0语言是PASCAL语言的子集。通过完成扩展的PL0词法分析程序,掌握词法分析实现机制。-The source language is a the the PL0 language, the PL0 language is a subset of the PASCAL language. By completion of the extended the the PL0 lexical analysis of the program, master lexical ana
  3. 所属分类:其他小程序

    • 发布日期:2017-04-05
    • 文件大小:2195
    • 提供者:叶素芬
  1. lex

    0下载:
  2. 编译原理的pascal 语言的词法分析并产生二元式-Pascal language compiler theory lexical analysis and generate binary type
  3. 所属分类:Compiler program

    • 发布日期:2017-11-28
    • 文件大小:815
    • 提供者:蒋摇
  1. pascal

    0下载:
  2. LEX和YACC编写的标准PASCAL语法,bnf形式。-* Pascal grammar in Yacc format, based originally on BNF given in "Standard Pascal-- User Reference Manual", by Doug Cooper. This in turn is the BNF given by the ANSI and ISO Pascal standards, and so, is PUBLIC DOMAIN. Th
  3. 所属分类:Compiler program

    • 发布日期:2014-06-14
    • 文件大小:4096
    • 提供者:mudell
  1. compile

    3下载:
  2. 该程序使用lex与yacc将pascal语言的程序匹配并输出四元式-The program uses lex and yacc program pascal language matches and output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1846981
    • 提供者:非烟血煞
搜珍网 www.dssz.com