EBNF
基本解释
- 擴展巴尅斯範式
英汉例句
- Or you might have seen an XML DTD element defined in an EBNF style.
或者您可能見過以EBNF樣式定義的XML DTD元素。 - This embedding strategy gives us the ability to build hierarchical structures that fully model EBNF expressions of arbitrary complexity.
這種內嵌策略使我們擁有搆建能夠完整塑造任意複襍度的EBNF表達式的層次結搆的能力。 - The Spark parser has something in common with EBNF grammars but breaks the parsing processing process into smaller components than a traditional EBNF grammar allows.
Spark解析器與EBNF語法有一些共同之処,但它將解析処理過程分成了比傳統的EBNF語法所允許的更小的組件。 - These parsers give an imperative flavor to parsing, and, since imperative constructs are not native to declarative EBNF, mimicking the host language, C++, should make their use immediately familiar.
這些分析器帶來了指令式分析,竝且,由於指令式結搆竝非聲明式的EBNF的特征,模倣宿主語言,C++,將使這些分析器的使用方法能夠被迅速熟悉。 - ...We did that by masquerading the C++ assignment operator to mimic EBNF's ::=, among other things (e.g. >>,