Properly handle unary operators at beginning of statement.

This commit is contained in:
Stephen Chung
2021-11-03 09:11:20 +08:00
parent 7c6b444616
commit 231584824a
2 changed files with 30 additions and 28 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* `0.0` now prints correctly (used to print `0e0`).
* Unary operators are now properly recognized as an expression statement.
Version 1.1.1