Skip to content

Commit 21e4cb5

Browse files
authored
Merge pull request #4211 from Prthmsh7/fix-hex-float-grammar
Fix for Issue #4149, Added undocumented HexFloat syntax to the specification
2 parents 3387f76 + eace954 commit 21e4cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/lex.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ $(GNAME HexFloat):
905905
$(GLINK HexPrefix) $(GLINK HexDigitsNoSingleUS) $(B .) $(GLINK HexDigitsNoStartingUS) $(GLINK HexExponent)
906906
$(GLINK HexPrefix) $(B .) $(GLINK HexDigitsNoStartingUS) $(GLINK HexExponent)
907907
$(GLINK HexPrefix) $(GLINK HexDigitsNoSingleUS) $(GLINK HexExponent)
908+
$(GLINK HexPrefix) $(GLINK HexExponent)
908909

909910
$(GNAME HexPrefix):
910911
$(B 0x)

0 commit comments

Comments
 (0)