DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamekimwitu++
BeschreibungA (syntax-)tree-handling tool (term processor)
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.3.13-1
Sektionuniverse/devel
Prioritätoptional
Installierte Größe844 Byte
Hängt ab vonlibc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1)
Empfohlene Paketeg++ | c++-compiler, kimwitu++-doc
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße252952 Byte
Prüfsumme MD502b83efe3b0775847b8300f27048d7b2
Prüfsumme SHA16cf002cd34168b0f5c0821478dcbbe8196c5721a
Prüfsumme SHA2568dc5d2640a734aec216e252d40e5b5220e1536f1367225168fe3a1dac0ab8263
Link zum Herunterladenkimwitu++_2.3.13-1_i386.deb
Ausführliche BeschreibungKimwitu++ is a system that supports the construction of programs that use trees or terms as their main data structure. It allows you to define, store and operate on trees with typed nodes. Each type of node has a specific number of sons, and expects these sons to have specific types. The most popular example of such trees are syntax trees. . The nodes are defined in a Yacc-like fashion. The tree can be unparsed (ie. treewalk) and rewritten (ie. term substitution). Kimwitu++ gives you powerful pattern matching for specifying unparse and rewrite rules. . Kimwitu++ is an extension to C++. It introduces Yacc-like node definitions, the unparse and rewrite rules, and extensions for pattern matching within functions. It will translate its input files into pure C++. . To build the tree you might use a parser generated with Bison, but you are free to use other tools. There also exists Kimwitu (also packaged for Debian) which interfaces with C instead of C++ which can also be used in C++ projects, but Kimwitu++ has some extensions one might consider useful.


Impressum
Linux is a registered trademark of Linus Torvalds