mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
update syntax.txt with the flags and grammar name changes
This commit is contained in:
@@ -29,14 +29,12 @@ Here is a summary of well-formed syntax,
|
|||||||
with a comment on the semantics of each construction.
|
with a comment on the semantics of each construction.
|
||||||
```
|
```
|
||||||
Grammar ::=
|
Grammar ::=
|
||||||
CId -- abstract syntax names
|
("grammar" CId CId*) -- abstract syntax name and concrete syntax names
|
||||||
"(" "concrete" CId* ")" -- concrete syntax names
|
"(" "flags" Flag* ")" -- global and abstract flags
|
||||||
"(" "flags" Flag* ")" -- global flags
|
|
||||||
"(" "abstract" Abstract ")" -- abstract syntax
|
"(" "abstract" Abstract ")" -- abstract syntax
|
||||||
"(" "concrete" Concrete* ")" -- concrete syntaxes
|
"(" "concrete" Concrete* ")" -- concrete syntaxes
|
||||||
|
|
||||||
Abstract ::=
|
Abstract ::=
|
||||||
"(" "flags" Flag* ")" -- abstract flags
|
|
||||||
"(" "fun" FunDef* ")" -- function definitions
|
"(" "fun" FunDef* ")" -- function definitions
|
||||||
"(" "cat" CatDef* ")" -- category definitions
|
"(" "cat" CatDef* ")" -- category definitions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user