Github user mbeckerle commented on a diff in the pull request:
https://github.com/apache/incubator-daffodil/pull/12#discussion_r153949285
--- Diff:
daffodil-core/src/main/scala/edu/illinois/ncsa/daffodil/grammar/TermGrammarMixin.scala
---
@@ -62,7 +61,7 @@ trait TermGrammarMixin
protected lazy val hasEncoding = optionEncodingRaw.isDefined
- protected lazy val termIOPropertiesChange = prod("ioPropertiesChange") {
bitOrderChange ~ encodingChange }
+ protected lazy val termIOPropertiesChange = prod("ioPropertiesChange") {
bitOrderChange }
--- End diff --
prod here is overkill.
---