kimgr / asn1ate

A Python library for translating ASN.1 into other forms.
Other
69 stars 41 forks source link

Allow external value references #53

Closed kimgr closed 7 years ago

kimgr commented 7 years ago

When value-reference expressions are generated, include the Python-sanitized module name, unless it denotes the current module.

This is still untested with proper cross-module references.