shogg / edifact

Read edifact into your Go data structures.
MIT License
18 stars 7 forks source link

Add code generation for Edifact message formats. #3

Closed shogg closed 2 years ago

shogg commented 3 years ago

Don't include all edifact message definitions the library would be huge.

shogg commented 3 years ago

How to generate Edifact definitions

This textual Segment Table isn't a nice format but it seems to be the only way to parse arbitrary Edifact message definitions.

This issue is a "good first issue" because it doesn't need changes to existing code only code additions.

shogg commented 2 years ago

in development