This PR fixes #7478 by modifying `number` specifiers from `atLeast size` to `flexible size` for parsing. This change allows: - 1 repetition to accept 1 or more characters - More than 1 repetition to require exactly that many characters For `year` specifiers, the number of repetitions is always strictly enforced, requiring exactly the specified amount. --------- Co-authored-by: Markus Himmel <markus@himmel-villmar.de> |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lean-toolchain | ||