File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ let horse = example.0b10; // ERROR no field named `0b10`
448448> FLOAT_EXPONENT<sup >?</sup > FLOAT_SUFFIX
449449>
450450> FLOAT_EXPONENT :\
451- >   ;  ; (` e ` |` E ` ) (` + ` |` - ` )?
451+ >   ;  ; (` e ` |` E ` ) (` + ` |` - ` )< sup >?</ sup >
452452> (DEC_DIGIT|` _ ` )<sup >\* </sup > DEC_DIGIT (DEC_DIGIT|` _ ` )<sup >\* </sup >
453453>
454454> FLOAT_SUFFIX :\
@@ -529,7 +529,7 @@ Examples of such tokens:
529529>   ;  ; | ` 0b ` ` _ ` <sup >\* </sup > _ end of input or not BIN_DIGIT_ \
530530>   ;  ; | ` 0o ` ` _ ` <sup >\* </sup > _ end of input or not OCT_DIGIT_ \
531531>   ;  ; | ` 0x ` ` _ ` <sup >\* </sup > _ end of input or not HEX_DIGIT_ \
532- >   ;  ; | DEC_LITERAL ( . DEC_LITERAL)? (` e ` |` E ` ) (` + ` |` - ` )? _ end of input or not DEC_DIGIT_
532+ >   ;  ; | DEC_LITERAL ( . DEC_LITERAL)< sup >?</ sup > (` e ` |` E ` ) (` + ` |` - ` )< sup >?</ sup > _ end of input or not DEC_DIGIT_
533533
534534The following lexical forms similar to number literals are _ reserved forms_ :
535535
You can’t perform that action at this time.
0 commit comments