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

📄 y.tab.plg

📁 本源码为一个编译原理课程设计程序,它采用了YACC和LEX实现了一个功能强大的计算器编译器!
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: y.tab - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\qxh85\LOCALS~1\Temp\RSP5B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/y.tab.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\编译原理课程设计\y.tab.c"
]
Creating command line "cl.exe @C:\DOCUME~1\qxh85\LOCALS~1\Temp\RSP5B.tmp" 
Creating temporary file "C:\DOCUME~1\qxh85\LOCALS~1\Temp\RSP5C.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/y.tab.pdb" /debug /machine:I386 /out:"Debug/y.tab.exe" /pdbtype:sept 
".\Debug\y.tab.obj"
]
Creating command line "link.exe @C:\DOCUME~1\qxh85\LOCALS~1\Temp\RSP5C.tmp"
<h3>Output Window</h3>
Compiling...
y.tab.c
calc.y(82) : warning C4244: 'function' : conversion from 'double ' to 'int ', possible loss of data
y.tab.c(1441) : warning C4013: 'yyerror' undefined; assuming extern returning int
calc.y(82) : warning C4761: integral size mismatch in argument; conversion supplied
Linking...



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

⌨️ 快捷键说明

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