mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: nyacc: Add final upstream description line, too.
* gnu/packages/mes.scm (nyacc)[description]: Mention compilers, languages.
This commit is contained in:
parent
364b56124b
commit
5532c8f423
1 changed files with 6 additions and 5 deletions
|
@ -119,11 +119,12 @@ (define-public nyacc
|
|||
(inputs
|
||||
`(("guile" ,guile-3.0)))
|
||||
(description
|
||||
"@acronym{NYACC, Not Yet Another Compiler Compiler} is set of Guile
|
||||
modules for generating parsers and lexical analyzers. It also provides sample
|
||||
parsers, pretty-printers using SXML trees as an intermediate representation, a
|
||||
decent C parser and an `FFI Helper' tool to help create Guile Scheme bindings
|
||||
for C-based libraries.")))
|
||||
"@acronym{NYACC, Not Yet Another Compiler Compiler} is set of Guile modules
|
||||
for generating parsers and lexical analyzers. It provides sample parsers,
|
||||
pretty-printers using SXML trees as an intermediate representation, a decent C
|
||||
parser and an `FFI Helper' tool to help create Guile Scheme bindings for C-based
|
||||
libraries. It also provides (partially implemented) compilers based on these
|
||||
parsers to allow execution with Guile as extension languages.")))
|
||||
|
||||
(define-public nyacc-1.00.2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue