summaryrefslogtreecommitdiff
path: root/src/GF/JavaScript
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
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.
2008-04-11Changed JS generation to avoid grammar reference files. Removed grammar ↵meza
reference file generation.
2007-12-20Replace all the different ErrM.hs modules with GF.Data.ErrM.bringert
2006-12-28sync with GFCC changeskr_angelov
2007-01-23No spaces after newlines in JavaScript pretty-printer.bringert
2007-01-21Nicer spacing and indentation in JavaScript pretty-printer.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