~
?
return io::EOF?;
return io::EOF~
- Deprecated use of `?` to create optional.
* fix memory leak in string_escape.c3 * add unescape_lenient and tunescape_lenient * Optimize for the use of the temp allocator. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
* Add `String.escape`, `String.unescape` for escaping and unescaping a string. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>