Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.14 KB

Build Status codecov Go Report Card GoDoc

A DTD Parser

Exploring Go language in a DTD parser. This is a personal project, I do it when I have time, if you interest in it, feel free to open an issue. The goal of the project is to parse DTD and generate Structs to be used in others Go programs.

Roadmap

  • [alpha] Parse DTD and generate corresponding structs in memory
  • [alpha] Regenerate DTD - Alpha version
  • [wip] Generate Structs to be used in other programs using Go prepare
  • DTD Validation
    • Missing external DTD

License

Copyright 2019 Bertrand Lefort. All rights reserved. Use of this source code is governed under MIT License that can be found in the LICENSE file.