sexpAtom method

Parser sexpAtom()

Implementation

Parser sexpAtom() =>
    (anyOf('()') | whitespace()).neg().plusString('Expected atom');