Download Source Package kimwitu++:
Kimwitu++ 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.
|
|
|
| Architecture | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| alpha | 2.3.5-1+b1 | 270.4 kB | 1112 kB | [list of files] |
| amd64 | 2.3.5-1 | 259.6 kB | 984 kB | [list of files] |
| arm | 2.3.5-1+b1 | 209.7 kB | 712 kB | [list of files] |
| hppa | 2.3.5-1+b1 | 372.0 kB | 1356 kB | [list of files] |
| i386 | 2.3.5-1+b1 | 224.7 kB | 784 kB | [list of files] |
| ia64 | 2.3.5-1+b1 | 298.0 kB | 1740 kB | [list of files] |
| mips | 2.3.5-1+b1 | 359.6 kB | 1680 kB | [list of files] |
| mipsel | 2.3.5-1+b1 | 349.5 kB | 1680 kB | [list of files] |
| powerpc | 2.3.5-1+b1 | 233.4 kB | 936 kB | [list of files] |
| s390 | 2.3.5-1+b1 | 249.0 kB | 916 kB | [list of files] |
| sparc | 2.3.5-1+b1 | 230.9 kB | 856 kB | [list of files] |