⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pl0.plg

📁 编译原理实践教程PL0语言编译程序源代码。参考书:清华大学出版社的《编译原理》作者吕映芝、张素琴等。 实现主要功能有:对使用PL0语言编写的程序进行词法分析
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: PL0 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP1E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/PL0.pch" /YX"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\代码1.15\PL0View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP1E.tmp" 
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP1F.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/PL0.pdb" /debug /machine:I386 /out:"Debug/PL0.exe" /pdbtype:sept 
".\Debug\AnotherShow.obj"
".\Debug\ErrView.obj"
".\Debug\Help.obj"
".\Debug\Instruction.obj"
".\Debug\MainFrm.obj"
".\Debug\PL0.obj"
".\Debug\PL0Doc.obj"
".\Debug\PL0View.obj"
".\Debug\SorView.obj"
".\Debug\StdAfx.obj"
".\Debug\PL0.res"
]
Creating command line "link.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP1F.tmp"
<h3>Output Window</h3>
Compiling...
PL0View.cpp
Linking...
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP20.tmp" with contents
[
/nologo /o"Debug/PL0.bsc" 
".\Debug\AnotherShow.sbr"
".\Debug\ErrView.sbr"
".\Debug\Help.sbr"
".\Debug\Instruction.sbr"
".\Debug\MainFrm.sbr"
".\Debug\PL0.sbr"
".\Debug\PL0Doc.sbr"
".\Debug\PL0View.sbr"
".\Debug\SorView.sbr"
".\Debug\StdAfx.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP20.tmp"
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
PL0.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -