From e434437eb71e03483232a55aac8c53928fe63d38 Mon Sep 17 00:00:00 2001 From: Rhett Aultman Date: Wed, 20 Sep 2017 11:52:10 -0400 Subject: Unary + now a synax error (experimental 0.5.0) The unary + was deprecated with a warning, but will be elevated to an error in 0.5.0. This adds the syntax error for the 0.5.0 pragma, and for a true 0.5.0 release we should consider removing the operator from the parser. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index cbcf83ca..008b3c86 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * Parser: Better error message for unexpected trailing comma in parameter lists. + * Syntax Checker: Unary ``+`` is now a syntax error as experimental 0.5.0 feature. Bugfixes: * Parser: Fix source location of VariableDeclarationStatement. -- cgit