Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 414 Bytes

OpenDCS SHEF Parser and Generator library

The purpose of this project is to implement a pure Java version of a complete SHEF parser to make handling SHEF data in OpenDCS easier.

Eventually create tools to generate SHEF message.

The parser is being created with an ANTLR4 grammar. This grammar will kept clean of code to be suitable for use in any programming language; however this project will focus on Java.