You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add hex and binary string literal support in lexer
- Support x'...' and X'...' hex string literals
- Support b'...' and B'...' binary string literals
- These are converted to regular string tokens
Test count: 5549 -> 5550 (+1 test)
0 commit comments