Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Add support for non-integer numbers #5

Closed
patriksvensson opened this issue Aug 8, 2018 · 0 comments
Closed

Add support for non-integer numbers #5

patriksvensson opened this issue Aug 8, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@patriksvensson
Copy link
Member

patriksvensson commented Aug 8, 2018

number
    int frac

int
    digit
    onenine digits
    '-' digit
    '-' onenine digits

digit
    '0'
    onenine

onenine
    '1' . '9'

frac
    ""
    '.' digits
@patriksvensson patriksvensson added this to the v0.4 milestone Aug 8, 2018
@patriksvensson patriksvensson self-assigned this Aug 8, 2018
patriksvensson added a commit that referenced this issue Aug 15, 2018
GH-5: Add support for non-integer numbers
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant