diff options
| author | meza <meza@student.chalmers.se> | 2008-04-29 13:05:24 +0000 |
|---|---|---|
| committer | meza <meza@student.chalmers.se> | 2008-04-29 13:05:24 +0000 |
| commit | 314f147bff04c3b02e0f43b77e4b7a3f1fd9e433 (patch) | |
| tree | e4aef58509c94c4b578a1a715f550beb621c9fed /src/GF/Speech | |
| parent | ba6a2b5d6ec8d22136f1a5e985a8f77e70379c2c (diff) | |
JS.cf : Changed the JS grammar to support strings as property names in objects. Changed pretty much all the files in the same folder as well as GFCCToJS.hs and SISR.hs to reflect the changes.
Diffstat (limited to 'src/GF/Speech')
| -rw-r--r-- | src/GF/Speech/SISR.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/SISR.hs b/src/GF/Speech/SISR.hs index e7fcdc810..3e68a2e55 100644 --- a/src/GF/Speech/SISR.hs +++ b/src/GF/Speech/SISR.hs @@ -83,5 +83,5 @@ ass = JS.EAssign tree n xs = obj [("name", JS.EStr n), ("args", JS.EArray xs)] -obj ps = JS.EObj [JS.Prop (JS.Ident x) y | (x,y) <- ps] +obj ps = JS.EObj [JS.Prop (JS.StringPropName x) y | (x,y) <- ps] |
