    This is a parser for a simple series of ;-separated integral numbers. Any
error input is skipped until the next ;-token, after which another number is
expected.
    
    To end the program, press ctrl-d

    To view the parser's debugging output, start the program with an argument,
e.g., demo x
