-
c语言分析器。读入一个C语言程序以确定该程序不是合法的C语言程序。如果程序有语法和语义错误,请给出错误消息。至少要处理以下错误:(1)所有的语法错误。C-语法,见C-文档(2)语义错误:
- 2022-05-07 03:29:31下载
- 积分:1
-
使用lex词法分析生成工具。一个字符串的输入…
利用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 word, integer or real, and while the current importation of printed again.
- 2023-03-11 12:30:04下载
- 积分:1
-
一些开发软件和资料,对开发有帮助,可以
一些开发软件和资料,对开发有帮助,可以-some software development and information to help develop, we can
- 2022-01-25 19:16:39下载
- 积分:1
-
About lex with which sends document
一个关于lex用发的document- About lex with which sends document
- 2022-07-15 18:41:02下载
- 积分: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
-
A VisualC++ Realize the C
一个VisualC++实现的C-语言的编译器-A VisualC++ Realize the C-language compiler
- 2022-07-02 02:14:29下载
- 积分:1
-
词法分析、语法分析,是本文的语言语法、语法知识。
词法分析,语法分析,文件中有语言的文法,根据文法写出的程序样例,还有根据样例进行词法分析得出的文件-lexical analysis, grammar analysis, the paper is the language grammar, grammar write the program sample, for example under the lexical analysis of documents
- 2022-08-02 19:29:19下载
- 积分:1
-
TINY+编译器源码
语言表达式的定义
(1) <表达式> ::= <算术表达式>|<逻辑表达式>...
TINY+编译器源码
语言表达式的定义
(1) ::= |
(2) ::= ±|±|
(3) ::= *|/|
(4) ::=
(5) ::= |
(6) ::= or |
(7) ::= and |
(8) ::= |not
(9) ::= | | |
(10) ::= ||=| =-err
- 2023-04-14 01:05:03下载
- 积分:1
-
词法分析―分析关键字,运算符,常数并用动态链表保存结果...
词法分析―分析关键字,运算符,常数并用动态链表保存结果-lexical analysis-keyword analysis, Operators, constant and dynamic results preservation Chain
- 2022-07-04 12:20:35下载
- 积分:1
-
一个C的词法分析程序
一个C的词法分析程序- A C lexical analyaer
- 2023-01-13 02:40:04下载
- 积分:1