The format of assignments is best seen in the SAS source files.
sas_parse_assignments(x, strip_whitespace = TRUE, strip_quotes = TRUE)
is a character string containing space delimited assignments, in SAS declaration format.
will strip all white space from the returned values
will strip all double quotation marks from the returned values
list with each list item containing a matrix of "char ranges", "assigned value" pairs