Parses a string into a map
load(String.t) :: Map.t
Parses a string into a map.
It tokenizes each line (separated by \n) into structs, which are then parsed into the map structure.
\n