mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
Rename children to args in VoiceXML/SISR/JavaScript.
This commit is contained in:
@@ -161,7 +161,7 @@ fun2sub gr cat fun args =
|
||||
[param "old" v,
|
||||
filled [] [assign v (s++".term")]]
|
||||
where s = prid fun ++ "_" ++ show n
|
||||
v = "term.children["++show n++"]"
|
||||
v = "term.args["++show n++"]"
|
||||
|
||||
catFormId :: VIdent -> String
|
||||
catFormId c = prid c ++ "_cat"
|
||||
|
||||
Reference in New Issue
Block a user