-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add escape sequences in character strings (#38)
* add escape sequences in character strings Standard escape sequences (those used in java) and ability to write bytes directly (\xbb). * remove unneeded line in escape sequence parsing * fix handling of unterminated byte strings * add double quoted strings To avoid breaking backwards compatibility, escaped strings need to be enclosed in double quotes. Moved code for lexing to Lexer.
- Loading branch information
Showing
2 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters