Message ID | 1485633123-4103-1-git-send-email-aconole@bytheb.org |
---|---|
Headers | show |
Series |
|
Related | show |
Aaron Conole <aconole@bytheb.org> writes: > This 'series' introduces a python library, and code generation back-end. > > It is useful to have the option of generating python versions of asn.1 code > for rapid prototyping, interoperability, and because python is a popular > language. > > The intent isn't to be completely feature complete out of the gate, but to > provide just enough for initial testing and integration. More backend work > is needed to have implicit tag, and extension support, among other very > important features. > > Aaron Conole (2): > python: Introduce Python library > compiler/python: Initial handling of Python code Applied. This means we now support a very 'basic' form of python backend. I'm expecting there will be many additions to this in the future. -Aaron