mirror of https://github.com/status-im/NimYAML.git
Fixes #37
This commit is contained in:
parent
83efb88978
commit
75548f956b
|
@ -111,7 +111,7 @@ template advanceTypeHint(ch: char) {.dirty.} =
|
||||||
typeHintStateMachine ch:
|
typeHintStateMachine ch:
|
||||||
of '~': ythInitial => ythNULL
|
of '~': ythInitial => ythNULL
|
||||||
of '.':
|
of '.':
|
||||||
[yth0, ythInt1, ythInt2, ythInt3, ythInt4, ythInt] => ythDecimal
|
[yth0, ythInt1Zero, ythInt1, ythInt2, ythInt3, ythInt4, ythInt] => ythDecimal
|
||||||
[ythInitial, ythMinus] => ythPoint
|
[ythInitial, ythMinus] => ythPoint
|
||||||
ythSecond2 => ythFraction
|
ythSecond2 => ythFraction
|
||||||
of '+':
|
of '+':
|
||||||
|
|
Loading…
Reference in New Issue