Ju
Ju
This is an umbrella issue for tracking the efforts on improving the performance of nim-markdown. Below are potential bottlenecks: - [ ] Use normal sequence, instead of doublylinkedlist for token...
https://nim-lang.org/docs/parseutils.html
https://github.github.com/gfm/#disallowed-raw-html-extension-
**Is your feature request related to a problem? Please describe.** See #137. Many programming languages have a deep precedence levels, say Java has twentyish. If we use left recursion and...
**Is your feature request related to a problem? Please describe.** See discussion [here](https://github.com/soasme/PeppaPEG/issues/140#issuecomment-989852808) **Describe the solution you'd like** Typedef const char* P4_CString and replace all types in source. **Describe alternatives...