lexim icon indicating copy to clipboard operation
lexim copied to clipboard

Lexer generation and regex implementation for Nim.

Results 2 lexim issues
Sort by recently updated
recently updated
newest added

```nim import lexim match "", 0: of "\"": discard ``` This is the error message: ``` Error: unhandled exception: unknown file(1, 9) Error: '{' expected for an object expected [JsonParsingError]...

Would be nice if this was a Nimble package so the binary could be built automatically on installation and the library was easier to use for other projects.