summaryrefslogblamecommitdiff
path: root/devel/kimwitu/pkg-descr
blob: d030654f20e149d5436dec150a3f96224f1ae937 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                         
Kimwitu is a system that supports the construction of programs that use
trees or terms as their main data structure. It is a `meta-tool' in the
development process of tools. Its input is an abstract description of
terms, annotated with implementation directives, plus a definition of
functions on these terms. The output consists of a number of C-files that
contain data-structure definitions for the terms, a number of standard
functions on those terms, and a translation (in C) of the function
definitions in the input (eg. term rewriting).

The standard functions can be used to create terms, compare them for
equality, read and write them on files in various formats and do
manipulations like list concatenation.

WWW: http://purl.oclc.org/net/kimwitu/