[esnacc-dev] [PATCH 0/5] AUTOMATIC tag support

Aaron Conole aconole at bytheb.org
Fri Jul 15 16:07:47 UTC 2016


This series introduces functioning, interoperable automatic tagging.

The support is still experimental, but some brief integration has been done
with the public ASN.1 tester from OSS Nokalva found at
http://asn1-playground.oss.com/

Aaron Conole (5):
  c++-code-gen: Cleanup whitespace and fix namespace
  c++-code-gen: fix up whitespace, and add default encode
  compiler/core/snacc-util: Introduce automatic tag utils
  compiler/core/y.tab.y: Enable AUTOMATIC TAGS
  cxx-examples: add automatic tags example

 NEWS                                  |   3 +
 compiler/back-ends/c++-gen/gen-code.c | 304 ++++++++++++++++------------------
 compiler/core/print.c                 |  28 ++--
 compiler/core/snacc-util.c            |  71 ++++++++
 compiler/core/snacc-util.h            |   2 +
 compiler/core/y.tab.y                 |  31 ++--
 cxx-examples/.gitignore               |   2 +
 cxx-examples/automake.mk              |  11 ++
 cxx-examples/src/automatic.cpp        | 125 ++++++++++++++
 cxx-examples/src/autotags.asn1        |  11 ++
 cxx-examples/src/main.cpp             |   4 +
 11 files changed, 404 insertions(+), 188 deletions(-)
 create mode 100644 cxx-examples/src/automatic.cpp
 create mode 100644 cxx-examples/src/autotags.asn1

-- 
2.5.5



More information about the dev mailing list