Parser changes
Posted: 16 Jul 2014, 06:30
size=150Parser changes/size
Version 5.1.26 and higher
Since SDF 5.1.26 the SDF parser was modified. Stricter rules for variable declaring had to be applied to avoid ambiguity in variable detecting or using undeclared variables.
These changes affect primarily templates which declares a function.
Any error generated by this change can be easily fixed defining the type of the variable (double, string, bool, object, ...).
Version 5.1.26 and higher
Since SDF 5.1.26 the SDF parser was modified. Stricter rules for variable declaring had to be applied to avoid ambiguity in variable detecting or using undeclared variables.
These changes affect primarily templates which declares a function.
Any error generated by this change can be easily fixed defining the type of the variable (double, string, bool, object, ...).