]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - README.md
Release code as open source
[github/fretlink/edi-parser.git] / README.md
CommitLineData
a9d77a20
FM
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