Files
gf-rgl/src/korean/GrammarKor.gf
Inari Listenmaa 495c9b7e52 (Kor) WIP: First draft of Korean RG.
Not at all correct, just a minimal implementation that compiles.
2020-02-07 11:00:37 +01:00

21 lines
289 B
Plaintext

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 ;
} ;