-
The "aula" programming language that is created as part of this project needs a proper specification. That is, we should add a documentation page where we formally define the language's syntax and sem…
zzril updated
4 weeks ago
-
All of the syntax and mechanisms specified in this document are described in both prose and the Augmented Backus-Naur Form for Objects (OABNF) based on Augmented Backus-Naur Form (ABNF) that defined b…
-
In this request we are considering a use case where "species" ( coordinates are: "wildcat", "ants", "frog, "wolf",...) is not a property but a dimension. The property will be the number of occurrences…
-
See example from Wikipedia:
https://en.wikipedia.org/wiki/Augmented_Backus–Naur_form#Example
**Original authors**: Unknown
tsalo updated
4 years ago
-
9 on the semver.org page states
> A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version. Identifiers MUST com…
-
https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form
-
Some might not know what it means. Unfortunately, then you also have to choose between "Backus–Naur form" and "Backus normal form"
-
### Proposal
Mermaid.js should implement [Extended Backus–Naur form](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form) (EBNF) for [syntax diagrams](https://en.wikipedia.org/wiki/Synt…
-
## Feature
Provide support for [Augmented Backus Naur Form [rfc5234]](https://tools.ietf.org/html/rfc5234) syntax in production list. The `grammar` option could have the following values:
- `abnf-52…
jsamr updated
2 years ago
-
Write a language specification document in Extended Backus-Naur Form (see the [Go document for an example](https://go.dev/ref/spec#Notation)) may help us:
* Ensure everyone share the same understan…