Subject: FAQ

Keywords: ::overview
          ::Data

Title: data structure documentation conventions

--------------------------------------------------

As Terms are commonly used as Data Structures some
conventions are used when describing such Data Structures.  

BNF like descriptions of data structures as terms
  term syntax using < and > to delimit embedded named placeholders
    for parameter values and terms.
      generally the placeholder names indicate the semantics of values
        which the instances represent.

Some shorthand :
  ilist lists built with !cons terms
    thus a <foo> ilist is term built with !cons opid to represent 
    list of <foos>

 ⋅
--------------------------------------------------

Authors: 

Contributors: RICH:t



Home