source: mainline/uspace/dist/src/bithenge/basic.bh

Last change on this file was 1c79996, checked in by Sean Bartell <wingedtachikoma@…>, 13 years ago

Bithenge: fix issues and expand coverage for test.sh

  • Property mode set to 100644
File size: 240 bytes
Line 
1transform main = struct {
2 .u8 <- uint8;
3 .u16le <- uint16le;
4 .u16be <- uint16be;
5 .u32le <- uint32le;
6 .u32be <- uint32be;
7 .u64le <- uint64le;
8 .u64be <- uint64be;
9 .empty_blob <- known_length(0);
10 .ascii <- ascii <- known_length(8);
11};
Note: See TracBrowser for help on using the repository browser.