asn1c/skeletons/README

5 lines
294 B
Plaintext
Raw Permalink Normal View History

2005-11-26 11:25:14 +00:00
This directory contains encoder/decoder code for various encoding rules
(PER, DER, BER, XER) that work with the tables constructed by the compiler.
The compiler itself does not generate much code. It creates parsing tables
and then copies (links) over these files which contain generic codecs.