This is an automated email from the ASF dual-hosted git repository.
jadams pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
from 661d307a3 Ensure CLI performance metrics are accurate with SAX infosets
add 06701b1b8 Implement a encode/decodeEXI command to the CLI
No new revisions were added by this update.
Summary of changes:
.../apache/daffodil/exi/TestEXIEncodeDecode.scala | 110 +++++++++++++++++++++
.../scala/org/apache/daffodil/InfosetTypes.scala | 17 +++-
.../src/main/scala/org/apache/daffodil/Main.scala | 102 ++++++++++++++++++-
3 files changed, 223 insertions(+), 6 deletions(-)
create mode 100644
daffodil-cli/src/it/scala/org/apache/daffodil/exi/TestEXIEncodeDecode.scala