guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: nyacc: Add final upstream description line, too.


From: guix-commits
Subject: 01/04: gnu: nyacc: Add final upstream description line, too.
Date: Mon, 28 Jun 2021 02:11:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5532c8f42358ff21a3388c4bd6ae6946e0366723
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 26 18:23:10 2021 +0200

    gnu: nyacc: Add final upstream description line, too.
    
    * gnu/packages/mes.scm (nyacc)[description]: Mention compilers,
    languages.
---
 gnu/packages/mes.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index e063e40..c66751b 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -119,11 +119,12 @@ $prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n"))
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]