From a335b29c0a85ea81ee1017f18dd6f2595d2a5227 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 21 Dec 2006 16:48:46 +0000 Subject: 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. --- src/GF/JavaScript/LexJS.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/JavaScript/LexJS.x') diff --git a/src/GF/JavaScript/LexJS.x b/src/GF/JavaScript/LexJS.x index cdd03c12d..43777a17a 100644 --- a/src/GF/JavaScript/LexJS.x +++ b/src/GF/JavaScript/LexJS.x @@ -16,7 +16,7 @@ $i = [$l $d _ '] -- identifier character $u = [\0-\255] -- universal: any character @rsyms = -- symbols and non-identifier-like reserved words - \( | \) | \{ | \} | \, | \; | \= | \. | \[ | \] + \( | \) | \{ | \} | \, | \; | \= | \. | \[ | \] | \: :- -- cgit v1.2.3