aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/README
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/README')
-rw-r--r--skeletons/README10
1 files changed, 4 insertions, 6 deletions
diff --git a/skeletons/README b/skeletons/README
index 29dbae63..92201ed9 100644
--- a/skeletons/README
+++ b/skeletons/README
@@ -1,6 +1,4 @@
-
-Here are the canonical encoder/decoder algorithms that work with the tables
-constructed by the compiler. The compiler itself does not generate code,
-it just creates those tables and then copies (links) over these files
-which contain generic algorithms.
-
+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.