spiegel-keyman/common/tools/hextobin
Marc Durdin 17371c3801 feat(common): add size and offset calculators to hextobin
This makes it easier to write a binary file which contains offsets and
size values. Using this for unit tests for the LDML keyboard compiler.

Example kmldmlc basic.txt is updated and included.

Future enhancement suggestion: include count() for repeated blocks and
index() for block indices within these repeated blocks. Would be very
useful for string tables in the example ref.
2022-09-02 11:37:59 +10:00
..
.gitignore chore: move hextobin to common 2022-08-29 15:07:43 +10:00
build.sh chore(common): chmod +x again 2022-08-29 15:49:23 +10:00
hextobin.ts feat(common): add size and offset calculators to hextobin 2022-09-02 11:37:59 +10:00
index.ts feat(common): add size and offset calculators to hextobin 2022-09-02 11:37:59 +10:00
package.json chore: move hextobin to common 2022-08-29 15:07:43 +10:00
tsconfig.json chore: move hextobin to common 2022-08-29 15:07:43 +10:00