Phil Krylov

Results 24 issues of Phil Krylov

These changes make the code compile and work with Nim 2.0rc1.

I suppose that the problem is when trying to call `re` at compile-time. `let abc = re"abc"` is working well. ### Example ```nim import re when re"abc" != nil: discard...

Standard Library
Error Messages