forked from GitHub/gf-core
chinese (Chi) in place and compiles, based on work by Jolene Zhuo Lin Qiqige
This commit is contained in:
11
lib/src/chinese/LangChi.gf
Normal file
11
lib/src/chinese/LangChi.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
|
||||
concrete LangChi of Lang =
|
||||
GrammarChi,
|
||||
LexiconChi
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user