[PR #116] [MERGED] Add BNF Grammar for valid version strings #745

Closed
opened 2026-02-17 12:18:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/semver/semver/pull/116
Author: @isaacs
Created: 6/14/2013
Status: Merged
Merged: 8/6/2013
Merged by: @haacked

Base: masterHead: bnf


📝 Commits (4)

  • 375b063 Add BNF Grammar for valid version strings
  • cb5632f Improve BNF grammar
  • 9e6ab3e bnf: Simplify 'alphanumeric identifier'
  • 5f00f57 bnf: Remove unused 'letters', 'non-digits'

📊 Changes

1 file changed (+66 additions, -0 deletions)

View changed files

📝 semver.md (+66 -0)

📄 Description

Written in collaboration with @petermichaux

Closes #110


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/semver/semver/pull/116 **Author:** [@isaacs](https://github.com/isaacs) **Created:** 6/14/2013 **Status:** ✅ Merged **Merged:** 8/6/2013 **Merged by:** [@haacked](https://github.com/haacked) **Base:** `master` ← **Head:** `bnf` --- ### 📝 Commits (4) - [`375b063`](https://github.com/semver/semver/commit/375b063e90697a20ca88c48417c2f47bb2df1fc3) Add BNF Grammar for valid version strings - [`cb5632f`](https://github.com/semver/semver/commit/cb5632f1c2e4dab1aaca3904a0b4bc9744a94cf4) Improve BNF grammar - [`9e6ab3e`](https://github.com/semver/semver/commit/9e6ab3ecdb3550e2fe66403f6da95f0cdb94eaf4) bnf: Simplify 'alphanumeric identifier' - [`5f00f57`](https://github.com/semver/semver/commit/5f00f5717cf0c7bbcd1299d2b24656f58f5ce0af) bnf: Remove unused 'letters', 'non-digits' ### 📊 Changes **1 file changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `semver.md` (+66 -0) </details> ### 📄 Description Written in collaboration with @petermichaux Closes #110 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-17 12:18:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#745