v0.0.5
- Throw a
ParseException
if the binary token tree is improperly formatted- This throws an exception during the parsing stage in expressions such as
2b
,b c d
, etc.
- This throws an exception during the parsing stage in expressions such as
ParseException
if the binary token tree is improperly formatted
2b
, b c d
, etc.