stevedlawrence commented on a change in pull request #207: Added support for
enumerations and TypeValueCalc
URL: https://github.com/apache/incubator-daffodil/pull/207#discussion_r278165386
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dpath/Expression.scala
##########
@@ -1543,6 +1543,49 @@ case class FunctionCallExpression(functionQNameString:
String, expressions: List
DFDLSetBitsExpr(functionQNameString, functionQName, args)
}
+ //Begin TypeValueCalc related functions
+ case (RefQName(_, "inputTypeCalcInt", DFDL), args) =>
Review comment:
Should these functions all be in a DFDLX namespace rather than DFDL? Or is
creating that namespace left for later?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services