1.剖析器
2.〔计〕语法分析程序
3.句法分析的程序
1.a computer program that examines and describes the structure of a sentence, and checks whether there are any mistakes
1.One of the parser's main jobs is to determine the validity of any expression you pass it and to let you know.
解析器的主要工作之一就是确定您传递给它的任何表达式的有效性,并且让您知道。
2.Yacc is a grammar parser; it reads text and can be used to turn a sequence of words into a structured format for processing.
Yacc是一种语法分析器,它可以读取文本并用来将单词序列转换为便于处理的结构化的格式。
3.You then pass these methods (in the form of a handler) to the parser, along with a document to be parsed.
然后您将这些方法(以处理程序的形式)以及要解析的文档一起传递给解析器。
4.Or to use the appropriate terminology, how a parser can produce a custom element . . . in this case our AST objects.
用适当的术语来说就是解析器如何才能产生一个定制的元素(在这里,就是AST对象)。
5.That's because an XML parser has no idea whether that textual data -- that annoying whitespace -- is meant to be important.
这是因为XML语法分析器不知道文本数据--令人头疼的空格--是否重要。
6.Every regular expression is logically equivalent to a state machine, and the parser of every regular expression implements a state machine.
逻辑上,每个规则表达式都等价于一个状态机,而每个规则表达式的语法分析器都实现这个状态机。
7.Most parsers that implement the DOM provide at least a vendor-specific means of access to an underlying SAX parser.
很多实现DOM的解析器至少提供一个供应商专用的方法来访问一个底层SAX解析器。
8.This flexibility gives you many choices when trying to solve scalability or performance problems in a particular XML parser.
这种灵活性为您在一个特定的XML解析器下解决可扩展性或性能问题时提供更多的选择。
9.The OCL parser at the bottom of the OCL expression editor confirms that the syntax is okay and that you're returning a collection.
在OCLexpressioneditor底部的OCL解析器能确认语法是否正确以及是否返回了一个集合。
10.While it was never difficult, and while the parser is a standard part of the platform, the extra work was a bit of an annoyance.
虽然这并非是一件困难的事情,并且解析器是平台的标准部分,但是额外的工作总是有点让人烦。