Kipp Software

Kipp Software

  • 8825 E Phillips Pl
  • Centennial, Colorado
  • 80112-3349

Description

AtomicML is a markup language whose documents are 20-50% smaller than XML and whose parsers typically fit in one page of code. AtomicML uses indentation and line breaks (much like Python does) to denote structural changes. Much smaller than competing languages, the AtomicML grammar is expressed on one line: INDENT is zero or more line-leading spaces (and tabs) followed by a LABEL (tabs indent to the next multiple of eight spaces). LABEL is a non-whitespace character followed by zero or more non-newline characters. NEWLINE is the platform-defined newline character or character sequence. A DEDENT is generated when the indentation of the previous line is more than the current one. Finally, BLANK is a line that contains nothing but whitespace (or end-of-file marker) . A central benefit of this grammar is that all finite strings are in the language of AtomicML. AtomicStyle is implemented by recursively visiting the node tree and at each node calling a method whose name matches the leading non-whitespace characters of each LABEL in the Atomic document.

Products & services

Similar companies nearby