fix + / - confusion.

This commit is contained in:
Kelvin Sherlock 2016-08-11 16:08:15 -04:00
parent bdba86249e
commit 1da6c3e9da
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
'-' when eval
%push_token => { tokens.emplace_back("+", '-'); };
%push_token => { tokens.emplace_back("-", '-'); };
'!' when eval
%push_token => { tokens.emplace_back("!", '!'); };