A library to parse *.svmap files, used to map memory for emulators.
Example of a *.svmap file: ```r (the syntax highlighting of r is good enough for this example) (Set up memory) 0x0000 ... 0x7FFF -> ram 0x8000 ... 0xFFFF -> ram
(Set vectors) @reset_vector = 0xFFFD ```