-
光形态分析仪,自己安排,输入文件名
pl 词法分析器,自己编的,输入文件名 (包括后缀)即可-pl morphology analyzer, own arrange, the input filename
(decorates including after) then
- 2022-07-13 11:24:14下载
- 积分:1
-
语法分析 希望可以帮助同学在语法分析上有所帮助
语法分析 希望可以帮助同学在语法分析上有所帮助- The grammar analysis hope may help the schoolmate to have the
help in the grammar analysis
- 2023-09-07 05:50:05下载
- 积分:1
-
词法分析器比较好,运行是输入要分析的程序路径.
词法分析器比较好,运行是输入要分析的程序路径.-lexical analyzer better, it is the operation of procedures to analyze the path.
- 2023-07-21 06:55:03下载
- 积分:1
-
Shorthand是一个强大的脚本语言,是专门为基于Web的应用程序设计的。它的语法简单直观易于学习。它的引擎可在所有的 Linux 和Windows平台的流行
Shorthand是一个强大的脚本语言,是专门为基于Web的应用程序设计的。它的语法简单直观易于学习。它的引擎可在所有的 Linux 和Windows平台的流行Web服务器上运行。它支持 MySQL 和ODBC,以便用最普通的数据格式化。-Shorthand is a powerful scripting language that is specifically for Web-based application design. Its syntax is simple and intuitive and easy to learn. The engine in all the Linux and Windows platforms popular Web servers. It supports ODBC and MySQL to use the most common data format.
- 2022-03-20 21:39:04下载
- 积分:1
-
朋友给的一个产品的demo程序,说是对学单片机的朋友极其有用...
朋友给的一个产品的demo程序,说是对学单片机的朋友极其有用-Friend to a product demo program, saying it was for school SCM extremely useful to Friend
- 2022-03-18 10:38:37下载
- 积分:1
-
一个很不错的可视化词法分析器 用C++写的,是编译老师布置的作业...
一个很不错的可视化词法分析器 用C++写的,是编译老师布置的作业-a very good visual lexical analyzer written in C, compile teachers layout operations
- 2022-05-26 05:27:13下载
- 积分:1
-
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序...
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。
PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。
该软件为PL/0语言编译程序,所实现的扩充功能如下:
1.增加单词:保留字 ELSE,FOR,TO, DOWNTO
2.增加运算 +=,-=,++,--
3.不等号# 改为
4.增加条件语句的ELSE子句
5.扩充语句:
①FOR := TO DO
②FOR := DOWNTO DO
其中,语句①的循环变量的步长为1,
语句②的循环变量的步长为-1。
概述
源文件: *.plo
目标文件: *.COD
实现平台:C++ Builder6.0
-the compiler, the source language of PL/0 language, target language of the imaginary stack of computer assembly language. PL/0 language Pascal language is a subset of, PL/0 compilers including the right PL/0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL/0 language compiler
- 2022-07-12 21:52:18下载
- 积分:1
-
很详细的PL0编译演示程序,学习编译的极品!
很详细的PL0编译演示程序,学习编译的极品!
-very detailed PL0 compiler Demonstration Program, the study compiled Acura!
- 2022-04-14 14:02:01下载
- 积分:1
-
开发编译器的有力工具,详细讲述了Lex和Yacc的原理及其实际应用...
开发编译器的有力工具,详细讲述了Lex和Yacc的原理及其实际应用-The development of a powerful tool for compiler
- 2023-04-18 01:25:03下载
- 积分:1
-
小写字母转换为大写字母,flex源码,c程序
小写字母转换为大写字母,flex源码,c程序-Lowercase letters converted to uppercase letters, flex source code, c program
- 2022-01-28 05:44:22下载
- 积分:1