Help for this page

Select Code to Download


  1. or download this
    digit              ::= [:digit:]
    character          ::= ([:print:] - "\n")
    positiveInteger    ::= ( digit - '0' ) {digit}
    ...
    description ::= (character - (digit '#')) {character - '#'}
    directive   ::= '#' ( 'TODO' | 'SKIP' ) ' ' {character}
    comment     ::= '#' {character}