gocc 0.0~git20230228.2292f9e-1 source package in Ubuntu

Changelog

gocc (0.0~git20230228.2292f9e-1) unstable; urgency=medium

  * New upstream snapshot.
  * Use the native Go compiler.
  * Standards-Version 4.6.2, no change required.

 -- Stephen Kitt <email address hidden>  Sun, 01 Oct 2023 17:00:55 +0200

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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
gocc_0.0~git20230228.2292f9e-1.dsc 2.2 KiB 19a5ff3fe00993cd6b9679ea94a87345b2a4beeab3262865d5c5ca2dba76f7dd
gocc_0.0~git20230228.2292f9e.orig.tar.xz 465.9 KiB b51539b2ba7391322b90ab86a6162753a011dbf6449c73c0441fbac84ed9f170
gocc_0.0~git20230228.2292f9e-1.debian.tar.xz 4.0 KiB 2630f5064f2022c3ea28342118cfd4d670e788f0f1e63ef0b6495f26cb63670e

No changes file available.

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.