forked from GitHub/gf-core
latin: able to parse "ego te amo"
This commit is contained in:
18
lib/next-resource/latin/GrammarLat.gf
Normal file
18
lib/next-resource/latin/GrammarLat.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarLat of Grammar =
|
||||
NounLat,
|
||||
VerbLat,
|
||||
AdjectiveLat,
|
||||
-- AdverbLat,
|
||||
-- NumeralLat,
|
||||
SentenceLat,
|
||||
-- QuestionLat,
|
||||
-- RelativeLat,
|
||||
-- ConjunctionLat,
|
||||
-- PhraseLat,
|
||||
TextX,
|
||||
StructuralLat,
|
||||
-- IdiomLat
|
||||
** {
|
||||
} ;
|
||||
Reference in New Issue
Block a user