This commit is contained in:
flyx 2017-03-29 15:40:13 +02:00 committed by GitHub
parent 83efb88978
commit 75548f956b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ template advanceTypeHint(ch: char) {.dirty.} =
typeHintStateMachine ch:
of '~': ythInitial => ythNULL
of '.':
[yth0, ythInt1, ythInt2, ythInt3, ythInt4, ythInt] => ythDecimal
[yth0, ythInt1Zero, ythInt1, ythInt2, ythInt3, ythInt4, ythInt] => ythDecimal
[ythInitial, ythMinus] => ythPoint
ythSecond2 => ythFraction
of '+':