Changes between Version 1 and Version 2 of Bithenge
- Timestamp:
- 2012-12-16T21:27:59Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bithenge
v1 v2 4 4 5 5 Bithenge consists of a library and tools that make working with structured 6 binary data easier. The project was started as part of6 binary data easier. The project was started by Sean Bartell as part of 7 7 [wiki:GSOC Google Summer of Code 2012] to address #317. The code is at 8 8 [https://code.launchpad.net/~wtachi/helenos/bithenge lp:~wtachi/helenos/bithenge] … … 134 134 program to generate C code based on a script file. 135 135 136 == New design == 137 138 I am currently working on a new constraint‐based design, where the format 139 specification consists of statements that must be true about the raw and 140 interpreted data, and the program figures out how to solve these constraints. 141 This design should make a number of things possible, particularly editing and 142 bidirectional encoding/decoding. As of December 2012, I have a proof‐of‐concept 143 that generates Python code to encode or decode a trivial structure, and I’m 144 working on improving it. 145 136 146 == More information == 137 147