summaryrefslogtreecommitdiff
path: root/src/GF/JavaScript/LexJS.x
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-12-21 16:48:46 +0000
committerbringert <bringert@cs.chalmers.se>2006-12-21 16:48:46 +0000
commita335b29c0a85ea81ee1017f18dd6f2595d2a5227 (patch)
treee0b4d7356c3bf5cb82e9d7e11ff9e4d3e5f4e764 /src/GF/JavaScript/LexJS.x
parent51df5b8a8d562a3ac4b280b37e7ab04279e22d04 (diff)
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.
Diffstat (limited to 'src/GF/JavaScript/LexJS.x')
-rw-r--r--src/GF/JavaScript/LexJS.x2
1 files changed, 1 insertions, 1 deletions
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
- \( | \) | \{ | \} | \, | \; | \= | \. | \[ | \]
+ \( | \) | \{ | \} | \, | \; | \= | \. | \[ | \] | \:
:-