]> git.tdb.fi Git - libs/datafile.git/commit - source/textparser.cpp
Add binary data format
authorMikko Rasa <tdb@tdb.fi>
Mon, 17 Sep 2007 13:58:50 +0000 (13:58 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 17 Sep 2007 13:58:50 +0000 (13:58 +0000)
commit27630d44298cb67e075c166f4421288cc8ca117e
treeed0e62260c02dbbdad9c988a6c0150fcd68eee0f
parentc4930d8d15a5a248ca921e0ed3f9bca8aa18b322
Add binary data format
Add writing support
Add a tool for conversion and validation
Some refactoring
20 files changed:
Build
source/binarydict.h [new file with mode: 0644]
source/binaryparser.cpp [new file with mode: 0644]
source/binaryparser.h [new file with mode: 0644]
source/binarywriter.cpp [new file with mode: 0644]
source/binarywriter.h [new file with mode: 0644]
source/parser.cpp
source/parser.h
source/parsermode.h [new file with mode: 0644]
source/statement.cpp [new file with mode: 0644]
source/statement.h
source/textparser.cpp [new file with mode: 0644]
source/textparser.h [new file with mode: 0644]
source/textwriter.cpp [new file with mode: 0644]
source/textwriter.h [new file with mode: 0644]
source/value.h
source/writer.cpp [new file with mode: 0644]
source/writer.h [new file with mode: 0644]
source/writermode.h [new file with mode: 0644]
tool.cpp [new file with mode: 0644]