1
0
forked from GitHub/gf-core

latin: able to parse "ego te amo"

This commit is contained in:
aarne
2008-09-17 15:37:45 +00:00
parent 78181618f3
commit 6d458d19dc
76 changed files with 8202 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
--# -path=.:../abstract:../common:prelude
concrete GrammarLat of Grammar =
NounLat,
VerbLat,
AdjectiveLat,
AdverbLat,
NumeralLat,
SentenceLat,
QuestionLat,
RelativeLat,
ConjunctionLat,
PhraseLat,
TextX,
StructuralLat,
IdiomLat
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;