Add "" and `` in string literals.

This commit is contained in:
Stephen Chung
2021-12-09 13:34:51 +08:00
parent d9d44a9683
commit 675ddb89f9
3 changed files with 18 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ New features
Enhancements
------------
* Two double quotes (`""`) in a string literal now maps to `"`; two back-ticks (``` `` ```) in a literal string now maps to `` ` ``.
* Added `Engine::register_type_with_name_raw` to register a custom type based on a fully-qualified type path.
* Added `into_array` and `into_typed_array` for `Dynamic`.
* Added `FnPtr::call` and `FnPtr::call_within_context` to simplify calling a function pointer.