SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <number> ::= <optional-sign> <digit-sequence> <optional-fraction> <optional-exponent>
- <optional-sign> ::= "" | "+" | "-"
- <optional-fraction> ::= "" | "." <digit-sequence>
- <optional-exponent> ::= "" | "e" <optional-sign> <digit-sequence>
- <digit-sequence> ::= <digit> | <digit> <digit-sequence>
- <digit> ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.