mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
refactored Thai so that it can now be compiled producing BIND tokens instead of spaces, by just changing the definition of ResTha.bIND. This is not to be exploited yet, because it produces consecutive BIND tokens, which are not supported at runtime.
This commit is contained in:
@@ -17,7 +17,7 @@ oper mmkV2V : Str -> V2V = \s -> mkV2V (mkV s) [] [] ;
|
||||
oper mmkV2A : Str -> V2A = \s -> mkV2A (mkV s) [] [] ;
|
||||
oper mmkV2S : Str -> V2S = \s -> mkV2S (mkV s) [] ;
|
||||
oper prepV2 : V -> Prep -> V2 = \v,p -> mkV2 v p.s ;
|
||||
oper advV : V -> Adv -> V = \v,a -> mkV v.s1 (v.s2 ++ a.s) ; ----
|
||||
oper advV : V -> Adv -> V = \v,a -> mkV v.s1 (thbind v.s2 a.s) ; ----
|
||||
|
||||
|
||||
lin aardvark_N = mkN "ตัวกินมด" ; -- src=panlex
|
||||
|
||||
Reference in New Issue
Block a user