word源码java-PL0-compiler-in-Pascal:一个用Pascal编写的pl0编译器,它扩展了读写语句

时间:2021-06-05 23:27:35
【文件属性】:
文件名称:word源码java-PL0-compiler-in-Pascal:一个用Pascal编写的pl0编译器,它扩展了读写语句
文件大小:585KB
文件格式:ZIP
更新时间:2021-06-05 23:27:35
系统开源 word源码java整体原理实验 环境: Free Pascal Compiler version 3.0.4 [2018/09/30] for x86_64 Copyright (c) 1993-2017 by Florian Klaempfl and others Target OS: Darwin for x86_64 用法: fpc pl0_compiler.pas ./pl0_compiler PL0 语法 program = block "." . block = [ "const" ident "=" number {"," ident "=" number} ";"] [ "var" ident {"," ident} ";"] { "procedure" ident ";" block ";" } statement . statement = [ ident ":=" expression | "call" ident | "?" ident | "!" expression | "begin" statement {";" s
【文件预览】:
PL0-compiler-in-Pascal-master
----pl0_source.pas(997B)
----result.txt(4KB)
----pl0_compiler.pas(43KB)
----Assets()
--------2.jpg(16KB)
--------1.jpg(34KB)
----pl0_source2.pas(1KB)
----reference()
--------源程序运行的例子.pdf(27KB)
--------PL0源程序.pdf(48KB)
--------PL0编译程序注释.pdf(213KB)
--------PL0语法图.pdf(56KB)
--------PL0编译程序.pdf(159KB)
--------编译原理实验1.pdf(63KB)
----.gitignore(38B)
----result2.txt(4KB)
----README.md(21KB)
----.gitattributes(66B)

网友评论