parser program
常见例句
- Programmatic approach -- A specific parser program is written to parse each message format.
编程方法——编写特定的解析器程序来解析每种消息格式。 - Descriptive approach -- You write a single general-purpose model-driven parser program to parse all formats, with each message format represented by its own model.
描述方法——您将编写单个通用的模型驱动的解析器程序来解析所有格式,每种消息格式由各自的模型表示。 - For example, if you have five different COBOL data structures, you write five format-specific parsers, with the format information hard-wired into the parser program code.
例如,如果您有五种不同的 COBOL 数据结构,您将编写五个特定于格式的解析器,并将格式信息硬编码到解析器程序代码中。 返回 parser program