[ ソース: 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.