
Two keywords mentioned in 'Subject' - does it ring the bell for someone? Any usefull links? I'm interested in something like Erlang's "asn1" compiler or snacc/C++ -- that is, I'm looking for translator from ASN.1 layout into native Haskell data type, along with I/O functions. Seems like pretty easy thing to write myself, though, but I dont want to reinvent the wheel, if there is any. -- Dmitry Astapov //ADEpt E-mail: adept@umc.com.ua GPG KeyID/fprint: F5D7639D/CA36 E6C4 815D 434D 0498 2B08 7867 4860 F5D7 639D

not to raise a religious war but I have been working on something similar but with XDR instead of ANS.1, if you just want persistant portable serialization then that should do. John On Mon, Nov 19, 2001 at 10:55:42AM +0200, Dmitry Astapov wrote:
Two keywords mentioned in 'Subject' - does it ring the bell for someone? Any usefull links? I'm interested in something like Erlang's "asn1" compiler or snacc/C++ -- that is, I'm looking for translator from ASN.1 layout into native Haskell data type, along with I/O functions.
Seems like pretty easy thing to write myself, though, but I dont want to reinvent the wheel, if there is any.
-- --------------------------------------------------------------------------- John Meacham - California Institute of Technology, Alum. - john@repetae.net ---------------------------------------------------------------------------

JM> not to raise a religious war but I have been working on something JM> similar but with XDR instead of ANS.1, if you just want persistant JM> portable serialization then that should do. John Unfortunately, I have to deal with data from other proprietary system, which can do only BER-encoded ASN.1-described output, nothing else. -- Dmitry Astapov //ADEpt E-mail: adept@umc.com.ua GPG KeyID/fprint: F5D7639D/CA36 E6C4 815D 434D 0498 2B08 7867 4860 F5D7 639D
participants (2)
-
Dmitry Astapov
-
John Meacham