登录
首页 » Compiler program » 用LL(1)法对布尔表达式的语法分析

用LL(1)法对布尔表达式的语法分析

于 2022-01-21 发布 文件大小:1.83 kB
0 87
下载积分: 2 下载次数: 1

代码说明:

用LL(1)法对布尔表达式的语法分析- (1) the law analyzes with LL to the Boolean expression grammar

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

发表评论

0 个回复

  • 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
  • V的编码器编码。
    encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplication inverse of an Galois field element test-bench.v The test fixture, and some brief notes on using the modules. data-rom.v A simple data source for testing run For those intelligence-challenged who can t run verilog LGPL The license -encode.v syndrome.v Syndrome generator in decoder al berlekamp.v Berlekamp gorithm in decoder chien- search.v Chien searc h and Forney in decoder algorithm decode.v The t op module of the decoder inverse.v Computes intercommunication tiplication inverse of an element over Galois field test-bench.v The test fixture. and some brief notes on using the modules. data- rom.v A simple data source for testing run For th PNA intelligence-challenged who can not run veri The log LGPL license
    2022-02-03 11:33:44下载
    积分:1
  • A very useful procedure, c language written, for many school friends SCM may be...
    一个非常有用的程序,c语言写得,对于很多学单片机的朋友或许有用。 -A very useful procedure, c language written, for many school friends SCM may be useful.
    2022-03-20 22:04:32下载
    积分:1
  • 一个简单的词法分析器识别C++关键字、标识符、价值,有价值的。
    一个简单的词法分析器,可以识别C++中的关键字、标识符、数值、各种合法字符等,能对一段正确或含有错误的C++程序进行词法分析,并对错误进行精确的提示。-A simple lexical analyzer to identify C++ Of keywords, identifiers, values, a variety of legal characters, etc., can contain a section of right or wrong C++ Procedures lexical analysis, and errors accurate advice.
    2023-08-25 05:45:03下载
    积分:1
  • PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: P
    PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序-PL/0 language may regard as the PASCAL language the subset, its compiler is a translation explanation execution system. The PL/0 target program for the imaginary stack type computer assembly language, has nothing to do with with the concrete computer. Document explanation that, PL.htm---PL/0 language basic principle pl0.h--- defines PL0.cpp--- to realize the testPl0.cpp--- application method to give an example testPas.txt--- a LP/0 language source program
    2022-03-07 06:16:43下载
    积分:1
  • Address Book in CPP. ................
    Address Book in CPP. -Address Book in CPP. ................
    2022-06-11 15:14:15下载
    积分:1
  • very good
    基于stc 8052单片机 的步进电机的控制 包扩加速 减速 显示-very good
    2022-06-19 21:13:59下载
    积分:1
  • c语言分析器。读入一个C语言程序以确定该程序不是合法的C语言程序。如果程序有语法和语义错误,请给出错误消息。至少要处理以下错误:(1)所有的语法错误。C-语法,见C-文档(2)语义错误:
    2022-05-07 03:29:31下载
    积分:1
  • 编译原理实验之词法分析器,实现对输入的字符或语句进行词法分析器。...
    编译原理实验之词法分析器,实现对输入的字符或语句进行词法分析器。-Compiler lexical analyzer of principle experiment, the realization of the input of characters or words for lexical analyzer.
    2022-03-17 23:56:41下载
    积分:1
  • Reverse Polish Notation notation generation process, quite good! Realized the tr...
    逆波兰式表示法的生成程序,挺好的!实现了从中缀向后缀的转变-Reverse Polish Notation notation generation process, quite good! Realized the transformation from infix to suffix
    2022-03-03 13:13:05下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载