Parser Combinator的意思|示意

美 / / 英 / /

解析器组合子


Parser Combinator的网络常见释义

解析器组合子 为了解析文本输入,作者引入了 解析器组合子(parser combinator),这是一个专门为这项任务设计的标准 Scala 库。

Parser Combinator相关短语

1、 parser combinator lib 解析器组合子库

Parser Combinator相关例句

To understand how this all works, we have to take a brief dive into the parser combinator implementation.

为了理解其中的原理,我们必须简要了解解析器组合子的实现。

In the original parser, expressions like "5 + 5 + 5" were acceptable owing to the rep combinator in the grammar definition for expressions (expr) and terms (term).

在原来的解析器中,可以接受像“5 + 5 + 5”这样的表达式,因为语法中为表达式(expr)和术语(term)定义了rep组合子。