terrajobst / nquery-vnext

A Roslyn inspired rewrite of NQuery
MIT License
72 stars 16 forks source link

Fix issue where the lexer tries to tokenize "10.Equals" as a number #5

Closed dallmair closed 7 years ago

dallmair commented 7 years ago

Wrote a parser-based test for this as there are several ways of solving the problem and this is the more general approach for testing.

terrajobst commented 7 years ago

Perfect, thanks!