diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-07-18 16:05:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-18 19:50:01 +0200 |
commit | 0e47fcced442d8e7c1b05184fdc1c14f10ed04ec (patch) | |
tree | 4ae844bc0ec3c670f8697bdc24362c122fa718ad /gnu/packages/mes.scm | |
parent | e4b70bc55a538569465bcedee19d1f2607308e65 (diff) | |
parent | 8b1bde7bb3936a64244824500ffe60f123704437 (diff) | |
download | guix-0e47fcced442d8e7c1b05184fdc1c14f10ed04ec.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/mes.scm')
-rw-r--r-- | gnu/packages/mes.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm index ab41fc7055..75f8b1eb1e 100644 --- a/gnu/packages/mes.scm +++ b/gnu/packages/mes.scm @@ -113,7 +113,14 @@ extensive examples, including parsers for the Javascript and C99 languages.") "GUILE_GLOBAL_SITE=\ $prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n")) #t)))) - (inputs (list guile-3.0)))) + (inputs (list guile-3.0)) + (description + "@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 |