forked from GitHub/comp-syntax-gu-mlt
hangul syllables
This commit is contained in:
9
lab1/grammar/korean/HangulCodingRes.gf
Normal file
9
lab1/grammar/korean/HangulCodingRes.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
resource HangulCodingRes = {
|
||||
flags coding=utf8 ;
|
||||
oper
|
||||
coding : Str -> Str
|
||||
= \s -> case s of {
|
||||
"가" => "SYLLABLES" ;
|
||||
"가" => "JAMO"
|
||||
} ;
|
||||
}
|
||||
Reference in New Issue
Block a user