gocc 0.0~git20211213.7ea6993-1 source package in Ubuntu

Changelog

gocc (0.0~git20211213.7ea6993-1) unstable; urgency=medium

  * Source-only upload after NEW.

 -- Stephen Kitt <email address hidden>  Sat, 12 Mar 2022 11:57:48 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
gocc_0.0~git20211213.7ea6993-1.dsc 2.2 KiB eb67d627753128d0d6acbd8d1ecd798c9a867022fd4cc6f1f597d2e60506519a
gocc_0.0~git20211213.7ea6993.orig.tar.xz 468.4 KiB 30b64b12cfa74b9f9a256d1b4cb89df1d6dd22fdb4a701eb3b2b33754122792d
gocc_0.0~git20211213.7ea6993-1.debian.tar.xz 3.9 KiB 73fcfc8f0b26d2ccfb4eea262108a15dd7abe50e4e969e2b882ee26ce43550f2

No changes file available.

Binary packages built by this source

gocc: No summary available for gocc in ubuntu kinetic.

No description available for gocc in ubuntu kinetic.

golang-github-goccmack-gocc-dev: 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.