Skip to main content

Module apx

Module apx 

Source
Expand description

Parser for ICCMA APX format.

APX is a simple text format: arg(a). arg(b). att(a, b).

Comments start with %. Whitespace is flexible but each statement must match the shape arg(NAME). or att(NAME, NAME). exactly — mixed whitespace or stray characters between the closing paren and the period produce a parse error rather than silently mangling the argument name.

Functions§

parse_apx
Parse an APX document into an argumentation framework with String arguments.