1
0
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:
Herbert Lange
2013-09-03 17:13:58 +00:00
parent 1a7258040c
commit b47d375547
55 changed files with 52150 additions and 1606 deletions

11
src/latin/IrregLatAbs.gf Normal file
View 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;
}