解析器组合子的英文
“解析器组合子”对应的英文单词有:parser combinator ,一共1个,具体意思及用法如下:
parser combinatorIn functional programming, a parser combinator is a higher-order function which accepts several parsers as input and returns a new parser as its output. In this context, a parser is a function accepting strings as input and returning some structure as output, typically a parse tree or a set of indices representing locations in the string where parsing stopped successfully.
与解析器组合子相关的短语
解析器组合子库parser combinator lib