[ 原始碼: gocc ]
套件:golang-github-goccmack-gocc-dev(0.0~git20211213.7ea6993-1)
golang-github-goccmack-gocc-dev 的相關連結
Debian 的資源:
下載原始碼套件 gocc:
- [gocc_0.0~git20211213.7ea6993-1.dsc]
- [gocc_0.0~git20211213.7ea6993.orig.tar.xz]
- [gocc_0.0~git20211213.7ea6993-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.