CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 词法语法分析器

搜索资源列表

  1. cifafenxiqi

    0下载:
  2. 词法分析器。可以去掉// /**/注释,并分析简单的语法。-Lexical analyzer. Can be removed// /**/comment and analyze simple syntax.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:225505
    • 提供者:郭攀
  1. grammar.y

    0下载:
  2. 结合flex词法分析器,读取符合语法规则的文件并输出-Combined with flex lexical analyzer reads the file and comply with the rules of grammar output
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3683
    • 提供者:cz
  1. lexical-analyzer

    0下载:
  2. 这是一个简单的词法分析器。 能对具有简单语法的编程语言进行词法分析。-This is a simple lexical analyzer. Able to have a simple programming language syntax for lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:379008
    • 提供者:刘洁
  1. Compile

    0下载:
  2. 语法、词法分析器,用于语法、词法分析(编译原理)-Grammar and lexical analysis (compiler theory)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6954
    • 提供者:朱开元
  1. test2

    0下载:
  2. 词法分析器,语法生成树,内含详细程序要求和说明以及环境配置-text tree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:805614
    • 提供者:郑玉
  1. wordAnalyzer

    0下载:
  2. 词法分析器,用来验证在编译代码的时候代码是不是符合此法规则的,在满足了词法规则的时候再检查他是不是满足语法规则,最主要的是适合于学生用来学习-wordAnalyzer.zip to test the words in the cpp fellow the standard of the exact of the language or not.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:18327
    • 提供者:徐李仙
  1. cYUYANCIFAFENXI

    0下载:
  2. 用C语言编写一个PL/0词法分析器(约定所有字符均为小写,不包含大写字符),为语法语义分析提供单词,使之能把输入的字符串形 式的源程序分割成一个个单词符号传递给语法语义分析,并把分析结果(基本字,运算 符,标识符,常数以及界符)-Using C language to write a PL/0 lexical analyzer (agreed all characters are lowercase, uppercase characters not included), w
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:15899
    • 提供者:sdf
  1. 2

    0下载:
  2. 通过词法分析器作为输入口 ,分析语法是否正确。输出响应的产生式。-By lexical analyzer as an input port, analyze syntax is correct. Production output response.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:896434
    • 提供者:杨先生
  1. cifa

    0下载:
  2. 编译原理 c语言词法分析器 通过设计、编制、调试一个典型的语法分析程序,能识别由加+、乘*、括号()、操作数所组成的算术表达式,-Lexical analyzer c language compiler theory By design, develop and debug a typical parser can be identified by plus+, multiplication*, parentheses (), composed of the operand arithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1569
    • 提供者:雷伊
  1. analyse

    0下载:
  2. 用c++编写的一个简单的语义、语法和词法分析器,通过测试,附带实验报告-Using c++ to write a simple semantics, syntax and lexical analyzer, through testing, with test report
  3. 所属分类:File Operate

    • 发布日期:2017-05-13
    • 文件大小:2654915
    • 提供者:
  1. QBasicBNF

    0下载:
  2. 这是一个QBasic语言的分析器,包括词法分析(QBlex.ll)和BNF语法信息 parse.ypp 可以供正在学编译原理的同学参考-This is a language analys for QBasic,QBlex.ll is a file for flex and parse.ypp is a program for bison
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6446
    • 提供者:zhangqing
  1. syntactic-analyzer

    0下载:
  2. 用Yacc编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-With Yacc write a parser, so that combined with the lexical analyzer that depending on the context-free grammar of language, whether the input word sequence recognition grammar of the senten
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:321729
    • 提供者:xiaowang
  1. lexical-analyzer

    0下载:
  2. 用递归下降法编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-Write a parser using recursive descent method, combined with the lexical analyzer makes it possible depending on the context-free grammar of language, whether the input word sequence recogn
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:209490
    • 提供者:xiaowang
  1. lex

    0下载:
  2. 词法分析器又称扫描器。词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号。-Lexical analyzer, also known as scanners. Lexical analysis refers to the text of the code we write flow analysis for a token one, analyze the resulting syntax no
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:256304
    • 提供者:周慕白
  1. morphology-analysis

    0下载:
  2. 词法分析器,将我们编写的文本代码解析为一个个记号,分析得到的记号供后续语法分析使用-morphology analysis,transform text to mark,and the mark can be used for subsequent grammer analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:fengpan
  1. Compiler

    0下载:
  2. 算符优先文法分析器,支持简单的词法和语法分析,GUI可视化界面,代码简单明了-Operator precedence grammar analyzer, support simple lexical and syntax analysis, GUI visual interface, the code is simple and clear
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:31918
    • 提供者:晨月
  1. Complier

    0下载:
  2. 基于c#的语法和词法分析器,有简单的界面-Based on c# syntax and lexical analyzer, there is a simple interface
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:129628
    • 提供者:喻沛孚
« 1 2 ... 11 12 13 14 15 16»
搜珍网 www.dssz.com