1
0
forked from GitHub/gf-core

Grammar for rest of the languages

This commit is contained in:
aarne
2006-06-01 14:07:21 +00:00
parent 4dcbfcdf75
commit 64bcd53451
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
--# -path=.:../romance:../abstract:../common:prelude
concrete GrammarSpa of Grammar =
NounSpa,
VerbSpa,
AdjectiveSpa,
AdverbSpa,
NumeralSpa,
SentenceSpa,
QuestionSpa,
RelativeSpa,
ConjunctionSpa,
PhraseSpa,
TextSpa, -- special punctuation
IdiomSpa,
StructuralSpa
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;