mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
chinese (Chi) in place and compiles, based on work by Jolene Zhuo Lin Qiqige
This commit is contained in:
11
src/chinese/LangChi.gf
Normal file
11
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