Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

[WIP]Loose numeric format - #338

Open
krocard wants to merge 2 commits into
intel:masterfrom
krocard:loose-numeric-format
Open

[WIP]Loose numeric format#338
krocard wants to merge 2 commits into
intel:masterfrom
krocard:loose-numeric-format

Conversation

@krocard

Copy link
Copy Markdown
Contributor

Allow non canonic numerical forms like:

  • 000 for 0
  • 0010 for 10
  • 10E3 for 10e3

This simplify the regexs a lot.


@krocard
krocardforce-pushed the loose-numeric-format branch 2 times, most recently from 4473282 to f6ee42fCompareJanuary 17, 2016 03:30
@dawagner

Copy link
Copy Markdown
Contributor

numbers starting with 0 are usually octal representations.

@krocardkrocard changed the title Loose numeric format[WIP]Loose numeric formatFeb 1, 2016
Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
@krocard
krocardforce-pushed the loose-numeric-format branch from f6ee42f to bfdffa0CompareFebruary 17, 2016 12:30
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@krocard@dawagner