Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Byte literal syntax: add missing quote escapes
Current definitions of byte character literals do not allow escaped single quotes and byte string literals do not allow escape double quotes. Updated lexical syntax for byte characters and strings to allow these characters. This is in sync with the implementation.
- Loading branch information