We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e19792 commit e5ef69aCopy full SHA for e5ef69a
src/tokens.md
@@ -515,8 +515,8 @@ Examples of such tokens:
515
516
> **<sup>Lexer</sup>**\
517
> RESERVED_NUMBER :\
518
-> BIN_LITERAL \[`2`-`9`]\
519
-> | OCT_LITERAL \[`8`-`9`]\
+> BIN_LITERAL \[`2`-`9`​]\
+> | OCT_LITERAL \[`8`-`9`​]\
520
> | ( BIN_LITERAL | OCT_LITERAL | HEX_LITERAL ) `.` \
521
> _(not immediately followed by `.`, `_` or an [identifier] or [keyword][keywords]_)\
522
> | ( BIN_LITERAL | OCT_LITERAL ) `e`\
0 commit comments