mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
|
Sentence -> Nounphrase Verbphrase
|
||
|
Nounphrase -> the boy
|
||
|
Nounphrase -> the girl
|
||
|
Verbphrase -> Verb Modlist Adverb
|
||
|
Verb -> runs
|
||
|
Verb -> walks
|
||
|
Modlist ->
|
||
|
Modlist -> very Modlist
|
||
|
Adverb -> quickly
|
||
|
Adverb -> slowly
|