Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full support for valid escape sequences #17

Merged
merged 5 commits into from Oct 15, 2014
Merged

Conversation

KronicDeth
Copy link
Owner

All valid escape sequences (\<character>, \x<hexadecimal>, \x{<hexadecimal>} are recognized for #15, which incidentally fixes #14.

Cover all valid escape sequences including hexadecimal character codes.
Remove special casing of `\x` and let levels above parser, such as the
annotator deal with telling the user that they are missing hexadecimal
digits or braces after `\x`.
Closes #14

Test that escaping sigil terminators prevents sigil termination to
ensure that #14 is fixed by implementing all valid escape sequences for
 #15.
@KronicDeth KronicDeth merged commit 607592e into master Oct 15, 2014
KronicDeth added a commit that referenced this pull request Oct 15, 2014
@KronicDeth KronicDeth deleted the feature/15/char-escapes branch October 15, 2014 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sigil terminator escapes are not recognized
1 participant