Skip to content

Commit

Permalink
fix BinaryInteger grammar.
Browse files Browse the repository at this point in the history
BinaryDigits does not exist. Instead it should point BinaryDigitsUS.
  • Loading branch information
9rnsr committed Dec 9, 2013
1 parent d6c1a86 commit 0fae4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lex.dd
Expand Up @@ -593,7 +593,7 @@ $(GNAME DecimalInteger):
$(GLINK NonZeroDigit) $(I DecimalDigitsUS)

$(GNAME BinaryInteger):
$(GLINK BinPrefix) $(GLINK BinaryDigits)
$(GLINK BinPrefix) $(GLINK BinaryDigitsUS)

$(GNAME BinPrefix):
$(B 0b)
Expand Down

0 comments on commit 0fae4e6

Please sign in to comment.