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