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

📄 outfile.txt

📁 前些天写了个小语言的词法分析程序
💻 TXT
字号:
error,"#"
(14,"include")
(13,"<")
(14,"string")
error,"."
(14,"h")
(13,">")
error,"#"
(14,"include")
(13,"<")
(14,"stdio")
error,"."
(14,"h")
(13,">")
error,"#"
(14,"include")
(13,"<")
(14,"process")
error,"."
(14,"h")
(13,">")
(14,"const")
(14,"int")
(14,"max")
(17,"=")
(15,"40")
(4,";")
(14,"void")
(14,"main")
(7,"(")
(8,")")
(5,"{")
error,"	"
(14,"FILE")
(11,"*")
(14,"in")
error,","
(11,"*")
(14,"out")
(4,";")
error,"	"
(14,"string")
(14,"chars")
(20,"[")
(14,"max")
(21,"]")
(4,";")
error,"	"
(14,"char")
(14,"c")
(4,";")
error,"	"
(0,"if")
(7,"(")
(14,"in")
(13,"==")
(14,"fopen")
(7,"(")
error,"""
(14,"e")
(16,":")
error,"\"
error,"\"
(14,"test")
error,"."
(14,"txt")
error,"""
error,","
error,"""
(14,"r")
error,"""
(8,")")
(8,")")
(12,"/")
(12,"/")
error,"	"
(5,"{")
error,"	"
error,"	"
(14,"printf")
(7,"(")
error,"""
(14,"cannot")
(14,"find")
(14,"the")
(14,"file")
error,"\"
(14,"n")
error,"""
(8,")")
(4,";")
error,"	"
error,"	"
(14,"exit")
(7,"(")
(15,"0")
(8,")")
(4,";")
error,"	"
(6,"}")
error,"	"
(0,"if")
(7,"(")
(14,"out")
(13,"==")
(14,"fopen")
(7,"(")
error,"""
(14,"e")
(16,":")
error,"\"
error,"\"
(14,"output")
error,"."
(14,"txt")
error,"""
error,","
error,"""
(14,"w")
error,"""
(8,")")
(8,")")
(12,"/")
(12,"/")
error,"	"
error,"	"
(14,"printf")
(7,"(")
error,"""
(14,"cannot")
(14,"create")
(14,"the")
(14,"file")
error,"\"
(14,"n")
error,"""
(8,")")
(4,";")
error,"	"
error,"	"
(14,"exit")
(7,"(")
(15,"1")
(8,")")
(4,";")
error,"	"
(6,"}")
error,"	"
(14,"int")
(14,"k")
error,","
(14,"i")
(4,";")
error,"	"
(14,"c")
(17,"=")
(14,"fgetc")
(7,"(")
(14,"in")
(8,")")
(4,";")
error,"	"
(2,"while")
(7,"(")
(14,"c")
(13,"!=")
error,"""

⌨️ 快捷键说明

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