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 Debian Archiv squeeze (main)
Version2.3.13-2
Sektiondevel
Prioritätoptional
Installierte Größe840 Byte
Hängt ab vonlibc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1)
Empfohlene Paketeg++ | c++-compiler
PaketbetreuerMichael Piefel
Quelle
Paketgröße252440 Byte
Prüfsumme MD5d694aad2fbcc54088f0806a5dd4d1293
Prüfsumme SHA16321a59f7161be362427794fda7ed42477ac9506
Prüfsumme SHA256f3daeba073ac1e4e98f16754a745051eb0718665592843b8e3f8b5e1f69482bf
Link zum Herunterladenkimwitu++_2.3.13-2_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