A String of the PDS3 to parse, containing one of the following:
Content
String you want to parse
Filename
Path to a file containing a PDS3
util
A list containing a PDS3 lexer & parser as returned by
`getLexerParser()`. Typically not required, but improves performance if
parsing many files.
assume_complete
(default: TRUE) Assume that there is no content after
'END'. If set to false, will pre-parse the file to find END. If you start
getting parsing errors, you may need to set this flag to false.
Value
A list with the following components:
label
Raw label content. If there is extra_data, it will be excluded
extra_data
Content following 'END'. If assume_complete is F or
there is no content after the label, this will be an empty string