/$$$$$$  /$$$$$$$  /$$$$$$$   /$$$$$$ 
 /$$__  $$| $$__  $$| $$__  $$ /$$__  $$
| $$  \__/| $$  \ $$| $$  \ $$| $$  \__/
|  $$$$$$ | $$  | $$| $$  | $$|  $$$$$$ 
 \____  $$| $$  | $$| $$  | $$ \____  $$
 /$$  \ $$| $$  | $$| $$  | $$ /$$  \ $$
|  $$$$$$/| $$$$$$$/| $$$$$$$/|  $$$$$$/
 \______/ |_______/ |_______/  \______/ 
 
A tool for quickly building binary communication parsers
- Data Structure SDDS is the short word of "stream data dynamic structure".
 - DSL
SDDS is a DSL (domain-specific language) .
The schema of SDDS is human-readable and machine and machine-readable. - Parse Engine SDDS is a parse engine coded according the SDDS Specification. You can rapid complete the developing of the binary communication program.
 
- [SDDS JAVA]
 - [SDDS C++]
 - SDDS PHP
 - [SDDS PYTHON]
 - [SDDS GOLANG]
 - [SDDS RUBY]
 - [SDDS JAVASCRIPT]
 - [SDDS C#]
 
The MIT License (MIT). Please see License File for more information.