[ 源代码: gocc ]
软件包:golang-github-goccmack-gocc-dev(0.0~git20230228.2292f9e-1)
golang-github-goccmack-gocc-dev 的相关链接
Debian 的资源:
下载源码包 gocc:
- [gocc_0.0~git20230228.2292f9e-1.dsc]
- [gocc_0.0~git20230228.2292f9e.orig.tar.xz]
- [gocc_0.0~git20230228.2292f9e-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go lexer and parser generator (library)
Gocc generates lexer-parser pairs or stand-alone DFAs or parsers from a Backus-Naur form (BNF). The generated lexers are deterministic finite automata (DFAs), recognising regular languages. The generated parsers are pushdown automata (PDAs), recognising LR(1) languages. Optional LR(1) conflict handling automatically resolves shift/reduce and reduce/reduce conflicts.
This package provides Gocc as a Go library.