Add scientific notation to floats.

This commit is contained in:
Stephen Chung
2021-02-11 19:20:30 +08:00
parent d49581356d
commit 8ffb6c03b5
3 changed files with 53 additions and 45 deletions

View File

@@ -20,6 +20,11 @@ Breaking changes
* `Dynamic::into_shared` is no longer available under `no_closure`. It used to panic.
* `Token::is_operator` is renamed to `Token::is_symbol`.
New features
------------
* Scientific notation is supported for floating-point number literals.
Enhancements
------------