Archived
1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
x-if/example/grammar.txt

6 lines
368 B
Plaintext
Raw Normal View History

2020-01-02 00:49:21 -06:00
<S> ::= <Aux> <NP> <VP> | <VP> | <NP> <VP>
<NP> ::= <proper-noun> | <det> <nominal> | <prep> <proper-noun> | <prep> <det> <nominal> | <det> <AP> <nominal> | <prep> <det> <AP> <nominal> | <AP> <proper-noun> | <prep> <AP> <proper-noun>
<VP> ::= <verb> <NP> | <verb> | <verb> <NP> <NP>
<AP> ::= <adjective>
<nominal> ::= <noun> <nominal> | <noun>