csly icon indicating copy to clipboard operation
csly copied to clipboard

a C# embeddable lexer and parser generator (.Net core)

Results 1 csly issues
Sort by recently updated
recently updated
newest added

Lexing is still the performance bottleneck in the global parsing process, if with the generic lexer : ![image](https://user-images.githubusercontent.com/1224790/187374017-542d44ec-fd9e-4974-929f-3f52a34f1fbc.png) Lexing may be improved by generating source code at build time (source...

performance
Improvement