Fix unary parsing.

This commit is contained in:
Stephen Chung
2021-11-13 09:50:49 +08:00
parent 42bef4c28c
commit a227963f7a
4 changed files with 24 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ Bug fixes
* Printing of integral floating-point numbers is fixed (used to only prints `0.0`).
* `func!()` calls now work properly under `no_closure`.
* Fixed parsing of unary negation such that expressions like `if foo { ... } -x` parses correctly.
Version 1.1.2