Discussion:
[Agda] ASN.1 and type theory
David Wahlstedt
2018-04-20 15:06:56 UTC
Permalink
Hello,

I wonder if any of you in this list knows anything about ASN.1, and if you
happen to know about are any tools to translate a given ASN.1 specification
into an algebraic datatype(perhaps also with dependent types)?
Or maybe some type theorist have written about ASN.1 anywhere?

Best regards,
David
Nils Anders Danielsson
2018-04-22 08:47:11 UTC
Permalink
Post by David Wahlstedt
Or maybe some type theorist have written about ASN.1 anywhere?
A quick search led to

https://github.com/bendy/fiat-asn.1,

which is described as "A formally verified ASN.1 compiler using Fiat".
--
/NAD
David Wahlstedt
2018-04-22 19:00:31 UTC
Permalink
Thanks!
Post by Nils Anders Danielsson
Post by David Wahlstedt
Or maybe some type theorist have written about ASN.1 anywhere?
A quick search led to
https://github.com/bendy/fiat-asn.1,
which is described as "A formally verified ASN.1 compiler using Fiat".
--
/NAD
Loading...