df5521fe760cad60890c6bc57a4c3707c131873c
[com/asn1c.git] / skeletons / README
1 This directory contains encoder/decoder code for various encoding rules
2 (OER, PER, DER, BER, XER) that work with the tables constructed by the compiler.
3 The compiler itself does not generate much code. It creates parsing tables
4 and then copies (or links) over these files which contain generic codecs.