Function Parser.parseFunctionAttribute

Parses a FunctionAttribute

FunctionAttribute parseFunctionAttribute (
  bool validate = true
);

functionAttribute: atAttribute | 'pure' | 'nothrow' ;