Skip to content

Protonk/A-binary-parser-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tool for generating binary data parsers,
based on a spec file that tells us what the
data layout is.

Because "why on earth do I have to write a
parser from scratch when the spec is right
there?"

A demonstrator is currently up on:

http://pomax.nihongoresources.com/pages/ABinaryParserGenerator/

(NOTE: This project depends on jDataView, which
can be found at https://github.com/vjeux/jDataView)

About

This project aims to create a tool that can turn a spec file into a parser skeleton for binary data files such as OpenType fonts, PNG images, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published