2 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue

AI Summary: The task involves extending a formally verified regular expression engine in Lean 4 to support more efficient prefiltering. This requires modifying the `OptimizationInfo` structure to handle multiple starting characters, updating related functions (`firstChars`, `findStart`), and adapting the correctness proofs to account for the change. The goal is to improve performance by allowing the engine to skip positions that cannot possibly match based on the initial characters of the regex.

Complexity: 4/5
good first issue formal proof optimization