Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
208 stars 49 forks source link

validate regex strings #245

Open WebFreak001 opened 2 years ago

WebFreak001 commented 2 years ago

we could simply pass regex strings in the source code through std.regex:regex to see if there are any compilation errors in it.