chore: Update bits syntax to use +<count>

This commit is contained in:
Sidharth Vinod
2025-04-15 12:14:06 +05:30
parent d7730aba46
commit ea321168bd
5 changed files with 56 additions and 38 deletions

View File

@@ -13,8 +13,8 @@ entry Packet:
PacketBlock:
(
start=INT('-' (end=INT | bits=INT'bit''s'?))?
| bits=INT'bit''s'?
start=INT('-' end=INT)?
| '+' bits=INT
)
':' label=STRING
EOL