sevenmark-parser
Core parsing engine for SevenMark wiki markup.
Features
- SIMD-optimized parsing with winnow
- 50+ AST element types
- Optional location tracking (
include_locationsfeature)
Usage
use parse_document;
let input = "**bold** and *italic*";
let ast = parse_document;
License
Apache-2.0