readme fix

This commit is contained in:
Lev Walkin 2017-10-21 22:00:00 -07:00
parent b1d4102cd3
commit 3ca48b9168
1 changed files with 2 additions and 2 deletions

View File

@ -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.