summaryrefslogtreecommitdiff
blob: 235f03fb4487c4e765efe6c174d821fd276a6007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
  <maintainer type="project">
    <email>scheme@gentoo.org</email>
    <name>Gentoo Scheme Project</name>
  </maintainer>
  <longdescription>
    NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for
    generating parsers and lexical analyzers. It also provides sample parsers
    and pretty-printers using SXML trees as an intermediate representation.
    It provides a decent C parser and a `FFI Helper' tool to help create Guile
    Scheme bindings for C-based libraries.
    It provides (partially implemented) compilers based on above mentioned
    parsers to allow execution with Guile as extension languages.
  </longdescription>
</pkgmetadata>