[ 原始碼: gocc ]
套件:gocc(0.0~git20230228.2292f9e-1 以及其他的)
gocc 的相關連結
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
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.