Inspiration on new parsing strategy
Open
feature
needs parsing strategy change
- Dominant language
- HTML
- Stars
- 1k
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
- use a tokenizer/lexer first
- parse
- allow non LL parsing, i.e. backtrack, context exploration
- https://github.com/thephpleague/commonmark/commit/4f521621f1207f7e62144d45cdd5263204c61166#commitcomment-8994329
Contributor guide
Assessment
This issue has not been assessed yet.