Skip to content

Commit

Permalink
Merge pull request #126 from dthaler/tools
Browse files Browse the repository at this point in the history
Add C# GEDCOM 7 library to list of parsers
  • Loading branch information
dthaler authored Dec 7, 2023
2 parents 5775bf5 + 7183701 commit 7d43c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ sidebar:
| Go | GPL3 | <https://github.com/funwithbots/go-gedcom> | Golang package using ABNF grammar for validation |
| C | public domain | <https://github.com/gedcom7code/c-parser> | Parses tree and resolves points with syntatic validation |
| Javascript | dual licensed: unlicense and MIT license | <https://github.com/gedcom7code/js-gedcom> | DOM-style, full validation, with full SCHMA handling and registry parsing; also supports programmatic creation of GEDCOM files |

| C# | MIT | <https://github.com/ArmidaleSoftware/gedcom7> | GEDCOM 7 parsing, validation, and comparison library |

## Development Aids

| Language | License | Site | Notes |
|----------|---------|------|-------|
| Web tool || <https://ged-inline.org> | GEDCOM file validator website |
| C | MIT | <https://github.com/ArmidaleSoftware/gedcom7> | Compatibility checker command-line tool |
| C# | MIT | <https://github.com/ArmidaleSoftware/gedcom7> | Compatibility checker command-line tool |
| Web tool || <https://magikeygedcomconverter.azurewebsites.net/Compatibility> | Compatibillity checker website |
| Web tool || <https://gedcom7code.github.io/js-gedcom/> | GEDCOM file validator website |
| Web tool || <https://magikeygedcomconverter.azurewebsites.net/Validate> | GEDCOM file validator website |
Expand Down

0 comments on commit 7d43c2c

Please sign in to comment.