diff --git a/skeletons/README b/skeletons/README index 92201ed9..df5521fe 100644 --- a/skeletons/README +++ b/skeletons/README @@ -1,4 +1,4 @@ This directory contains encoder/decoder code for various encoding rules -(PER, DER, BER, XER) that work with the tables constructed by the compiler. +(OER, 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. +and then copies (or links) over these files which contain generic codecs.