picoe / Eto.Parse

Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars
MIT License
148 stars 30 forks source link

CharSetTerminal CaseSensitive test inverted #37

Closed m-tapper closed 3 years ago

m-tapper commented 7 years ago

The CharSetTerminal Test method has the results of the TestCaseSensitive check inverted. So that it behaves in the opposite manner than the rest of the Grammar.