mirror of
https://github.com/semver/semver.git
synced 2026-03-22 14:10:15 -05:00
[PR #117] [CLOSED] Add regular expression grammar #746
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/semver/semver/pull/117
Author: @isaacs
Created: 6/14/2013
Status: ❌ Closed
Base:
master← Head:regexp📝 Commits (2)
f31c422Add BNF Grammar for valid version stringsf31335bAdd regular expression grammar📊 Changes
1 file changed (+160 additions, -0 deletions)
View changed files
📝
semver.md(+160 -0)📄 Description
In addition to the BNF grammar, provide regular expressions for use in
tokenizing and validating SemVer strings.
Note that this builds on the BNF grammar provided in #116. It should be possible to cherry-pick this without taking BNF, but since the BNF seems less controversial, I opted to avoid the conflicts in the event that this was acceptable as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.