mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
56a9eab7eb
# Description This PR makes changes that allow underscores in numbers. Example: ```nu # allows underscores to be placed arbitrarily to enhance readability. let pi = 3.1415_9265_3589_793 # works with integers let num = 1_000_000_000_000 let fav_color = 0x68_9d_6a ``` |
||
---|---|---|
.. | ||
test_lex.rs | ||
test_parser.rs |