Skip to content

Commit

Permalink
bitfield ,,,
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbat committed Dec 24, 2024
1 parent b87cd9b commit 90988d9
Show file tree
Hide file tree
Showing 5 changed files with 21,031 additions and 20,977 deletions.
19 changes: 13 additions & 6 deletions examples/test/misc/hello_new_syntax.das
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,21 @@ bitfield EmptyBitfield {
}

bitfield MyBitfield {
ONE,
TWO,
THREE,
ONE
TWO
THREE
}

bitfield BitfieldWithTrailingComma {
ONE,
TWO,
bitfield WhiteSpaceBitfield {

ONE
TWO,,,,,,

THREE

FOUR
,

}

[export]
Expand Down
19 changes: 13 additions & 6 deletions examples/test/misc/hello_world.das
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,21 @@ bitfield EmptyBitfield {
}

bitfield MyBitfield {
ONE,
TWO,
THREE,
ONE
TWO
THREE
}

bitfield BitfieldWithTrailingComma {
ONE,
TWO,
bitfield WhiteSpaceBitfield {

ONE
TWO,,,,,,

THREE

FOUR
,

}

[export]
Expand Down
Loading

0 comments on commit 90988d9

Please sign in to comment.