summaryrefslogtreecommitdiff
path: root/src/GF/JavaScript/SkelJS.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2008-04-29JS.cf : Changed the JS grammar to support strings as property names in ↵meza
objects. Changed pretty much all the files in the same folder as well as GFCCToJS.hs and SISR.hs to reflect the changes.
2007-12-20Replace all the different ErrM.hs modules with GF.Data.ErrM.bringert
2006-12-21Meta variables are now treated as functions with name ? in SISR, VoiceXML ↵bringert
and JavaScript linearization. VoiceXML now returns the partial result when update() is false.
2006-12-21Generate JavaScript type annotator. Use lindef in JavaScript.bringert
2006-12-20Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR ↵bringert
for getting trees right.
2006-12-05Got GFCC to JavaScript compilation working. Variants are still printed in a ↵bringert
weird way.
2006-11-30Added the beginnings of GFCC to JavaScript conversion.bringert