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
Hi there, I think that the grammar in section 6.3.2 is not as intended. It is not possible to have for example floating point frac as 1_2_3, because the grammar does not allow that, but only 1_23 or 12_3. For example the num in 6.3.1 allows this. The same is visible also in hexfrac.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi there, I think that the grammar in section 6.3.2 is not as intended. It is not possible to have for example floating point
frac
as 1_2_3, because the grammar does not allow that, but only 1_23 or 12_3. For example thenum
in 6.3.1 allows this. The same is visible also inhexfrac
.The text was updated successfully, but these errors were encountered: