Spreadsheet: Fixed handling of unary minus/plus, exponentation order, and unit rule (#2099)

This commit is contained in:
Eivind Kvedalen
2015-06-07 22:17:53 +02:00
committed by wmayer
parent a58da69cd0
commit 5d7d030d13
5 changed files with 278 additions and 278 deletions

View File

@@ -5596,7 +5596,7 @@ char *ExpressionParsertext;
#line 2 "ExpressionParser.l"
/* Lexer for the FreeCAD Expression language */
/* (c) 2010 Juergen Riegel LGPL */
/* (c) 2013 Eivind Kvedalen LGPL */
/* (c) 2015 Eivind Kvedalen LGPL */
/* This disables inclusion of unistd.h, which is not available under Visual C++