登录
首页 » Compiler program » 编译原理的课程设计,if

编译原理的课程设计,if

于 2022-01-26 发布 文件大小:15.54 kB
0 127
下载积分: 2 下载次数: 1

代码说明:

编译原理的课程设计,if-else条件语句的翻译,包括语法分析和词法分析。-compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.

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

发表评论

0 个回复

  • C语言编写的简单计算程序的语法分析器,可以识别一定的计算功能...
    C语言编写的简单计算程序的语法分析器,可以识别一定的计算功能-C language prepared by the simple calculation procedure syntax analyzer can identify certain computing capabilities
    2022-05-07 07:17:33下载
    积分:1
  • 关于c++的词法分析,语法分析,运行成功。对大家希望有帮助...
    关于c++的词法分析,语法分析,运行成功。对大家希望有帮助-Accidence analyse and parsing about C++,which run succeed.wish it can help you.
    2022-07-23 09:40:08下载
    积分:1
  • 一个基于算符优先分析程序,是我的课程设计程序,大家可以参考...
    一个基于算符优先分析程序,是我的课程设计程序,大家可以参考-A priority based on operator analysis program, is my curriculum design process, everyone can refer to
    2022-06-20 06:36:09下载
    积分:1
  • 这是程序是一种脚本语言
    this about neko program which is a script langugage
    2023-08-01 01:50:03下载
    积分:1
  • 一个实现行编辑的小程序
    一个实现行编辑的小程序- A reality present edition script
    2022-04-16 13:23:13下载
    积分:1
  • 一个很好用的C++语言的编译器,然后词法语法哦
    一个不错的用C语言编写的语法词法便编译器哦-A good use of C language compilers then lexical grammar Oh
    2022-03-23 21:59:11下载
    积分: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
  • c language program, some of the commonly used algorithms, and from the network t...
    c语言程序,一些常用的算法,来源于网络收集,希望大家指教。-c language program, some of the commonly used algorithms, and from the network to collect, we hope the exhibitions.
    2022-04-01 21:32:37下载
    积分:1
  • 陈火旺《编译原理》课后习题答案,是第三版的答案
    陈火旺《编译原理》课后习题答案,是第三版的答案-Chen Huo-wang, " Compiler Principle" Exercise after-school answer, the answer is the third edition of
    2022-07-11 10:08:13下载
    积分:1
  • Full support for extended regular expressions (those with intersection and compl
    Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support for std::istream, std::wistream and FILE *); Designed to work with Whale, but can work standalone or interface to other parsers.-Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support for std::istream, std::wistream and FILE*); Designed to work with Whale, but can work standalone or interface to other parsers.
    2022-05-27 12:54:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载