forked from GitHub/gf-rgl
(Kor) WIP: First draft of Korean RG.
Not at all correct, just a minimal implementation that compiles.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
concrete GrammarKor of Grammar =
|
||||
NounKor,
|
||||
VerbKor,
|
||||
AdjectiveKor,
|
||||
AdverbKor,
|
||||
NumeralKor,
|
||||
SentenceKor,
|
||||
QuestionKor,
|
||||
RelativeKor,
|
||||
ConjunctionKor,
|
||||
PhraseKor,
|
||||
TextX,
|
||||
StructuralKor,
|
||||
IdiomKor,
|
||||
TenseX
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user