mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
97 stars 71 forks source link

WITH SUCCESSORS/DESCENDANTS support #138

Closed v0-e closed 11 months ago

v0-e commented 11 months ago

This is a collection of commits by @DanyaFilatov to enable the support of module imports with the "WITH SUCCESSORS" and "WITH DESCENDANTS" keywords.

Associated standard: X.680 Amendment 1.

mouse07410 commented 11 months ago

@DanyaFilatov thank you!

Would you consider adding support for CONTAINS?

v0-e commented 11 months ago

I couldn't find a reference to CONTAINS in the ASN.1 specifications, are you perhaps referring to INCLUDES or CONTAINING?

mouse07410 commented 11 months ago

Oh yes - CONTAINING, of course. Thanks for catching this up.