Skip to content

Conversation

@Arnaz87
Copy link

@Arnaz87 Arnaz87 commented Jan 29, 2019

Fixes #10

README.md Outdated
str = "The dog says \"woof\"."
```
As you can see, double quotes have to be escaped if used in basic strings.
As you can see, double quotes have to be escaped if used in basic strings. Valid escape secuences are quotes with `\"`, newlines with `\n` and two digit hexadecimal characters with `\x00`.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sequences

}

result
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function will need to return a Result seeing the number of things that can panic, unless they are all cases prevented by the parser.

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.

2 participants