functionLeft method

Parser functionLeft()

Implementation

Parser functionLeft() =>
    seq3(char('@'), word().plus(), char('(')).flatten('function expected');