FreeCAD: master 3beb1bff

Author Committer Branch Timestamp Parent
realthunder wwmayer master 2020-06-01 03:45:51 master 63bdb75a
Changeset App: improve FunctionExpression forward compatibility

Remove runtime check when constructing FunctionExpression, in order to
support future built-in function. Exception will be thrown when
evaluating the expression to inform user about the error.
mod - src/App/Expression.cpp Diff File
mod - src/App/ExpressionParser.h Diff File
mod - src/App/ExpressionParser.l Diff File
mod - src/App/ExpressionParser.tab.c Diff File
mod - src/App/ExpressionParser.y Diff File
mod - src/App/lex.ExpressionParser.c Diff File