登录
首页 » Compiler program » ll(1)语义分析器

ll(1)语义分析器

于 2022-03-13 发布 文件大小:5.38 kB
0 299
下载积分: 2 下载次数: 1

代码说明:

ll(1)语义分析器-ll (1) Semantic Analyzer

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 不需要做任何修改的lex
    不需要做任何修改的lex-yacc的demo,可以在parser generator或lex-bison下成功运行-Do not need to make any changes to the lex-yacc the demo, or a parser generator in the lex-bison successfully running
    2022-01-26 07:36:44下载
    积分:1
  • 这是一个功能完善的可编译DOS下和windows下的tiny
    这是一个功能完善的可编译DOS下和windows下的tiny-c编译器。里面有可执行文件可以试验。源码非常清晰,值得研究。-This is a fully functional that can be compiled under DOS and windows under the tiny-c compiler. Inside the executable file can experiment. Source code is very clear and worth studying.
    2022-04-19 11:11:57下载
    积分:1
  • LL (1) parser
    LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一: 若X=a=’#’,则宣布分析成功,停止分析过程; 若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号; 若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
    2022-04-20 05:21:39下载
    积分:1
  • LCC4.2 C编译器源码,移植到VC6.0平台下,可将C代码,编译为80X86的汇编代码,C文件为99.C,汇编程序保留在98文件中。强烈推荐 C编译器源...
    LCC4.2 C编译器源码,移植到VC6.0平台下,可将C代码,编译为80X86的汇编代码,C文件为99.C,汇编程序保留在98文件中。强烈推荐 C编译器源代码,构件自己具有专业,产品级水平的C编译器。-LCC4.2 C compiler source, the transplantation of VC6.0 platform can be C code, the compiler to compile code 80X86, C document 99.C, assembler retained in the 98 documents. Strongly recommended C compiler source code, their professional components, product level C compiler.
    2022-10-30 08:40:03下载
    积分:1
  • 一个编译原理的教案,解说得很详细,相信对大家会有很大的帮助的...
    一个编译原理的教案,解说得很详细,相信对大家会有很大的帮助的-a compiler principles of lesson plans, explained very clearly, I believe there will be very helpful to the
    2023-02-26 00:15:04下载
    积分:1
  • 词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值...
    词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reservation system with separate identifier, and a description of their attributes. The establishment of an array, you read the word, the right word ASCII judgment, in ASCII value in a certain area and distinguish between (use to determine if statements), separately, its value lies ASCII range of different, to give a different properties (such as : system retain the word ...), after the completion of a lexical analyzer to identify,-, =, etc. characters.
    2022-02-26 09:14:02下载
    积分:1
  • 编译原理的一个题目:算符优先分析
    编译原理的一个题目:算符优先分析-Compilation Principle of a topic: operator priority analysis
    2023-05-29 10:30:03下载
    积分:1
  • 78K0S C compiler operation Part 1 will help in the familiar programming 78KOS
    78K0S C编译器操作篇1 有帮助于熟悉78KOS的编程 -78K0S C compiler operation Part 1 will help in the familiar programming 78KOS
    2022-03-24 20:59:04下载
    积分:1
  • c编译器包括目标码生成
    c编译器包括目标码生成-c compiler code generation, including goals
    2023-02-26 08:35:04下载
    积分:1
  • c51的一些综合的应用
    c51的一些综合的应用-C51 integrated application
    2022-09-23 02:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载