先从学习如何使用它的语法解析功能开始。
You'll start by learning how to use its syntax parsing abilities.
这个过程就被称为语法解析。
UI提供语法的高亮显示,内容帮助和语法解析。
The UI provides syntax highlighting, content assist, and syntax parsing.
先从查看PHPEclipse如何提供帮助调试PHP应用程序的实时语法解析功能开始。
Let's start by seeing how PHPeclipse provides you with real-time syntax parsing abilities to assist you with debugging PHP applications.
语法解析同样含混,你必须先知道XML响应报文的布局,然后才能搞清楚它的含义。
Parsing this syntax is equally ambiguous, and you must know the layout of an XML response ahead of time to be able to make sense of it.
这个过程更正式的称呼是解析(parsing)(更准确地说,是标记解释(tokenizing)、词法解析(lexing)和语法解析)。
This process is known more formally as parsing (or to be more precise, tokenizing, lexing, and parsing).
根据编译理论,结合LAMOST望远镜的特点和其观测运行模式,采用物理解析与语法解析相结合的方法,深入探讨了各层命令集之间的解析方法。
The command parsing method between different levels has been studied in detail based on the compiling theory, characteristics of LAMOST and its observatory running pattern.
在运行时,该错误将出现在第 3或第 4行(具体行数取决于JPA提供者是否在查询构造或执行期间根据JPQL语法解析 JPQL字符串)。
The error will be encountered at run time at line 3 or line 4 (depending on whether the JPA provider parses a JPQL string according to JPQL grammar during query construction or execution).
在我们继续之前,我要特别提一下,术语解析树和抽象语法树(或ast)描述了非常相似的语法结构。
I'll note before we go any further that the terms parse tree and abstract syntax tree (or AST) describe very similar grammatical structures.
此语法将降低任何解析需求,并便利对数据的直接访问。
This syntax alleviates any parsing requirements and facilitates direct access to the data.
在这里,对其它技术(如:编译一个抽象语法树和解析闭包中的变量)也进行了讨论。
Here other techniques such as compiling an abstract syntax tree and resolving variables in closures are discussed.
需要显式地指定对象的MRO,而不是依赖于通过继承语法建立的隐式解析,这似乎不太方便。
It might seem limiting to need to explicitly specify the MRO of an object rather than rely on its implicit resolution through inheritance syntax.
这个例程解析条目使用的语法,然后把传递的条目转换为名称服务表示。
This routine resolves the syntax to be used for entry and then converts the entry passed into the name service representation.
解析查询以验证没有语法错误。
接下来的文章将解释CDT如何执行分块、语法着色、解析及代码完成功能。
Subsequent articles explain how the CDT performs partitioning, syntax coloring, parsing, and code completion.
XML语法非常罗嗦,即使文档很小,解析器也要创建很多对象。
The XML syntax is very detailed so the parser ends up creating many objects, even for a small document.
这就意味着,如果yacc 在知道采取哪个动作之前,必须读取两个标记,那么它将无法解析该语法。
This means that if yacc would have to read two tokens before it knew which action to take, it would be unable to parse this grammar.
XQuery使用XPath表达式语法来解析XML文档中的特殊部分。
XQuery USES XPath expression syntax to address specific parts of an XML document.
lex和yacc可以用来解析相当简单和规则的语法。
Lex and yacc can be used to parse fairly simple and regular grammars.
接下来,使用Xpand解析语法并将其转换为基于HashMap的数据结构。
Xpand was then used to parse and translate the grammar into a HashMap-based data structure.
解析表达式语法(PEGs)编写简单、易于维护。
Parsing expression grammars (PEGs) are simple to write and easy to maintain.
不管您是否选择了用于语法验证的解析器,您都可以在脚本开发过程的任何时候选择复选框。
You can select the check box at any time during script development whether or not you select a parser for syntax validation.
该方法允许您提供自己的实体解析,从而防止语法分析器使用DTD 来做这件事。
This method allows you to provide your own entity resolution, preventing the parser from using the DTD for this task.
你也可以进一步合并一个解析器以实现语法检查、括号匹配和区域折叠。
You can go further and incorporate a parser to do syntax checking, brace-matching and region folding.
解析器读取XML文档,解释语法并向应用程序传递有意义的对象。
The parser reads the XML document, decodes the syntax and passes meaningful objects to the application.
模式检查的语法可能随着不同的SAX解析器略有不同。
The syntax for the schema checking can vary slightly among different SAX parsers.
它们是简单但功能强大的泛化正则表达式,比起传统的LALR或者LR-1语法的解析器生成器来说更易于使用。
They are a simple but powerful generalization of regular expressions that are easier to work with than the LALR or LR-1 grammars of traditional parser generators.
结果是,他只想要其中的源码编辑器功能——语法着色功能、自动解析功能,特别是代码完成功能。
As it turned out, he only wanted the source editor — the syntax coloring, automatic parsing, and especially the code completion.
结果是,他只想要其中的源码编辑器功能——语法着色功能、自动解析功能,特别是代码完成功能。
As it turned out, he only wanted the source editor — the syntax coloring, automatic parsing, and especially the code completion.
应用推荐