英语人>词典>汉英 : 语法分析器 的英文翻译,例句
语法分析器 的英文翻译、例句

语法分析器

基本解释 (translations)
parser

词组短语
syntactic analyzer · syntactic parser
更多网络例句与语法分析器相关的网络例句 [注:此内容来源于网络,仅供参考]

Specifically, a parser interprets the input according to the language ' s grammar and creates corresponding internal components to be used by the elaborator.

分析器'''根据语言的语法解释输入并创建确立器使用的内部组件。

Feed - Based on the Fase 4 RDF/RSS parser, Feed is the first step to what will become a smart information and news retrieval agent.

基于Fase 4 RDF/RSS语法分析器,Feed是向智能信息和消息检索代理迈出的第一步。

This is a task for the Parser as we will see.

这是我们将会看到的语法分析器的任务

First, it is a fully object oriented lexer and parser.

首先,它是一个完全面向对象的词法和语法分析器

One of the important functions of SGML parser is to obtain the structural information of multimedia document.

SGML语法分析器的重要功能之一是提取文档的结构信息。

Is slr (1) Act do a parser, written in relatively simple, but is still running well.

是用slr(1)法做的一个语法分析器,写的比较简单,不过运行的还是不错的。

When loading a script, Lua uses standard lexer, parser, and bytecode generation components to precompile the program.

如果加载脚本,lua使用标准的词法、语法分析器,以及字节码生成组件来预编译程序。

In some cases, statefulness can be naturally expressed using a parser grammar, but in other cases the state has more to do with the semantics of the prior text than with its syntax.

在某些情况下, statefulness可以自然地表示使用a语法分析器,但在其他情况下,国家已更多地与语义的文字比以前的语法。

If you avoid rules and use primitive parsers or grammars, then you will not have problems.

如果你避过规则而使用基本分析器或语法,则你没有此问题。

Performance tactics include using a virtual machine that can receive precompiled opcodes and implementing the lexer and parser by hand.

高性能策略包括使用虚拟机来接收预编译操作码以及手工实现词法、语法分析器

更多网络解释与语法分析器相关的网络解释 [注:此内容来源于网络,仅供参考]

exceptions:例外情况

但是如果你有试著执行上面的范例的话,你可能注意到,基本上错误的情况可以分成两类:语法错误 ( syntax errors ) 以及例外情况 ( exceptions ). Python分析器(parser)会在印出错误的行,并且用一个向上的箭号指出最早发现错误的地方,

Names:名字

Postgres 扫描/分析器只将语法元素分解成五个基本种类: 整数(integers), 浮点数(floats), 字符串(strings), 名字(names)和关键字(keywords). 大多数扩展的类型首先表征为字符串(strings).SQL 语言的定义允许将类型名声明为字符串,

parser:语法分析器

程序的流程参照了书本TINY编译器的实例程序:语法分析器(Parser)调用词法分析器得到符合词法的字,建立语法树;符号表通过对语法树的分析,建立符号表,同时检查变量未定义等错误;类型检查包括检查表达式两边是否匹配,函数参数是否匹配等等;

Parsi:祆教徒

parser /语法分析程序/语法分析器/ | parsi /祆教徒/ | parsimonious /节俭的/吝啬的/

Strings:字符串

Postgres 扫描/分析器只将语法元素分解成五个基本种类: 整数(integers), 浮点数(floats), 字符串(strings), 名字(names)和关键字(keywords). 大多数扩展的类型首先表征为字符串(strings).SQL 语言的定义允许将类型名声明为字符串,

Integers:整数

Postgres 扫描/分析器只将语法元素分解成五个基本种类: 整数(integers), 浮点数(floats), 字符串(strings), 名字(names)和关键字(keywords). 大多数扩展的类型首先表征为字符串(strings).SQL 语言的定义允许将类型名声明为字符串,