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

📄 ercode.h

📁 编译原理的作业 编译器
💻 H
字号:
//  Canonical Name				REMARK		
// -----------------------------------------------------------------------------
ERDEF(ER_ELF0001,				"Error Elf0001: Invalid instruction"																)
ERDEF(ER_ELF0002,				"Error Elf0002: Invalid operand, expect numeric digits but accounted "								)
ERDEF(ER_ELF0003,				"Error Elf0003: Too big digits to match "															)
ERDEF(ER_ELF0004,				"Error Elf0004: Invalid operand, expect string "													)
ERDEF(ER_ELF0005,				"Error Elf0005: Keyword is missing"																	)
ERDEF(ER_ELF0006,				"Error Elf0006: Unknown Error -- hint: Token is bad"												)
ERDEF(ER_ELF0007,				"Error Elf0007: Keyword: [.entry] is missing"														)
ERDEF(ER_ELF0008,				"Error Elf0008: FunctionName error"																	)
ERDEF(ER_ELF0009,				"Error Elf0009: Lack return type"																	)
ERDEF(ER_ELF0010,				"Error Elf0010: Left parenthesis missing"															)
ERDEF(ER_ELF0011,				"Error Elf0011: Right parenthesis missing"															)
ERDEF(ER_ELF0012,				"Error Elf0012: Left bracket missing"																)
ERDEF(ER_ELF0013,				"Error Elf0013: Right bracket missing"																)
ERDEF(ER_ELF0014,				"Error Elf0014: Method Block beginning  missing -- hint: missing {"									)
ERDEF(ER_ELF0015,				"Error Elf0015: Method Block  ending missing -- hint: missing }"									)
ERDEF(ER_ELF0016,				"Error Elf0016: Type Specifier Expected"															)
ERDEF(ER_ELF0017,				"Error Elf0017: Comma is Missing"																	)
ERDEF(ER_ELF0018,				"Error Elf0018: Argument Type Error: Can not be Void"												)
ERDEF(ER_ELF0019,				"Error Elf0019: Argument Name is bad"																)
ERDEF(ER_ELF0020,				"Error Elf0020: Missing ret instruction in method"													)
ERDEF(ER_ELF0021,				"Error Elf0021: Function Name is Missing"															)
ERDEF(ER_ELF0022,				"Error Elf0022: Call Argument Error, should use type"												)
ERDEF(ER_ELF0023,				"Error Elf0023: Missing Argument, expect argument after comma"										)
ERDEF(ER_ELF0024,				"Error Elf0024: Missing Type, expect Type after comma in call"										)

⌨️ 快捷键说明

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