This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert embedded quotes in strings correctly
The regular expression which identifies strings literals in source can not handle the case when a quote character is embedded in the string. For example "Convert \"this\"" would not convert correctly due to the embedded \" characters in the string. In order to avoid this situation we can preprocess all the escape sequences in the source prior to trying to identify string and character literals.
- Loading branch information