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

Changelog

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

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:14:34 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
gocc_0.0~git20211213.7ea6993.orig.tar.xz 468.4 KiB 30b64b12cfa74b9f9a256d1b4cb89df1d6dd22fdb4a701eb3b2b33754122792d
gocc_0.0~git20211213.7ea6993-1build1.debian.tar.xz 4.0 KiB 77ac7ee9fb1b69c9e310257514964e666b6dd261b558dad3a7f8a308d82396ea
gocc_0.0~git20211213.7ea6993-1build1.dsc 2.2 KiB a839341677540ac0b5f0d4f469270adc1adc21d289d9e0a67c3ff366682350f9

View changes file

Binary packages built by this source

gocc: 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.

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.