forked from GitHub/gf-core
Meta variables are now treated as functions with name ? in SISR, VoiceXML and JavaScript linearization. VoiceXML now returns the partial result when update() is false.
This commit is contained in:
@@ -62,7 +62,13 @@ transExpr x = case x of
|
||||
EThis -> failure x
|
||||
EFun ids stmts -> failure x
|
||||
EArray exprs -> failure x
|
||||
EObj propertys -> failure x
|
||||
ESeq exprs -> failure x
|
||||
|
||||
|
||||
transProperty :: Property -> Result
|
||||
transProperty x = case x of
|
||||
Prop id expr -> failure x
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user