LALRPOP is a parser generator, similar in principle to YACC, ANTLR, Menhir, and other such programs. In general, it has the grand ambition of being the most usable parser generator ever. This ambition is most certainly not fully realized: right now, it's fairly standard, maybe even a bit subpar in some areas. But hey, it's young. For the most part, this README is intended to describe the current behavior of LALRPOP, but in some places it includes notes for planned future changes.
GPT
LALRPOP 是一个语法分析器生成器,原理上类似于 YACC、ANTLR、Menhir 以及其他类似的工具。总的来说,它有着成为最易用的语法分析器生成器的雄心。这一雄心显然还未完全实现:目前,它在很多方面是相对标准的,甚至在某些领域略显不足。不过,嘿,它还年轻。大部分情况下,这份 README 旨在描述 LALRPOP 当前的行为,但在一些地方,它也包含了未来计划中的变更说明。
标签:ANTLR,生成器,YACC,LALRPOP,README,Menhir From: https://www.cnblogs.com/Tifahfyf/p/18639268MS
LALRPOP 是一个解析器生成器,原理类似于 YACC、ANTLR、Menhir 和其他此类程序。总的来说,它有一个宏伟的雄心壮志,那就是成为有史以来最有用的解析器生成器。这个雄心壮志肯定没有完全实现:现在,它相当标准,甚至在某些领域可能有点低于标准。但是,嘿,它很年轻。在大多数情况下,本 README 旨在描述 LALRPOP 的当前行为,但在某些地方,它包括计划的未来更改的说明。