GULPF/nimquery

Error: expression 'tkPseudoEmpty' is of type 'TokenKind' and has to be discarded

shinriyo opened this issue · 1 comments

Hello.
I just tried to code in README.

I paste your code in script.nim.
nim c -r script.nim

the error occurred.

/Users/shinriyo/.nimble/pkgs/nimquery-1.1.0/nimquery.nim(632, 29) Error: expression 'tkPseudoEmpty' is of type 'TokenKind' and has to be discarded
$ nim --version
Nim Compiler Version 0.17.2 (2017-09-18) [MacOSX: amd64]
GULPF commented

Hello!

Nimquery only works with the latest stable release of Nim (version 0.18.0). I'll update the nimble file to indicate this, so that Nimble will complain when the Nim version is to old.