mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
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