aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..68b327a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
1# edi-parser
2
3This is general approach to Edifact messages parsing.
4
5This format isn't self descriptive and one has to know the specification to
6build the right structure from a payload.
7
8The Edifact specification is quite rich and updated 2 or 3 times a year between
91990 and 2008. This project is providing combinators (see [edi-parser-core])
10and a scaffolder (see [edi-parser-scaffolder]) to derive parsers from a given
11revision.
12
13Some of those specification will be derived for general use (see
14[edi-parser-specification]).
15
16It currently supports:
17- D96A
18- D01B
19
20[edi-parser-core]: core/README.md
21[edi-parser-scaffolder]: scaffolder/README.md
22[edi-parser-specification]: specification/README.md