]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - README.md
Release code as open source
[github/fretlink/edi-parser.git] / README.md
1 # edi-parser
2
3 This is general approach to Edifact messages parsing.
4
5 This format isn't self descriptive and one has to know the specification to
6 build the right structure from a payload.
7
8 The Edifact specification is quite rich and updated 2 or 3 times a year between
9 1990 and 2008. This project is providing combinators (see [edi-parser-core])
10 and a scaffolder (see [edi-parser-scaffolder]) to derive parsers from a given
11 revision.
12
13 Some of those specification will be derived for general use (see
14 [edi-parser-specification]).
15
16 It 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