forked from GitHub/comp-syntax-gu-mlt
hangul syllables
This commit is contained in:
6
lab1/grammar/korean/HangulCoding.gf
Normal file
6
lab1/grammar/korean/HangulCoding.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
resource HangulCoding = open HangulCodingRes in {
|
||||
flags coding=utf8 ;
|
||||
oper
|
||||
this_uses_syllables : Str = coding "가" ;
|
||||
this_uses_jamo : Str = coding "가" ;
|
||||
}
|
||||
Reference in New Issue
Block a user