forked from GitHub/gf-rgl
Merge private git for latim grammar into official darcs.
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf for full git commit history
This commit is contained in:
11
src/latin/IrregLatAbs.gf
Normal file
11
src/latin/IrregLatAbs.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
abstract IrregLatAbs = Cat ** {
|
||||
fun
|
||||
be_V : V ;
|
||||
can_VV : VV ;
|
||||
bring_V : V ;
|
||||
want_V : V ;
|
||||
go_V : V;
|
||||
become_V : V;
|
||||
rain_V : V;
|
||||
hate_V : V;
|
||||
}
|
||||
Reference in New Issue
Block a user