Hacker News new | ask | show | jobs
by wbl 547 days ago
There are zero free ASN.1 compilers or module checkers.
1 comments

> There are zero free ASN.1 compilers or module checkers.

I must be misunderstanding what you're saying, because this exists: <https://www.erlang.org/doc/apps/asn1/asn1ct.html#>

From the linked page:

> asn1ct

> ASN.1 compiler and compile-time support functions

> The ASN.1 compiler takes an ASN.1 module as input and generates a corresponding Erlang module, which can encode and decode the specified data types. Alternatively, the compiler takes a specification module specifying all input modules, and generates a module with encode/decode functions.