And here is the parseString refactor.
- that method is now exclusively for string parsing, allowing a lot of typed constant handling to be removed from it.
- Since the method is now just for strings, it now has a string character check at the start (', " or `).
- The typed constant handling is...