summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-12-17debugging AbsComputeaarne
2006-12-17Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ↵bringert
recursion removal destroys SISR, must be fixed.
2006-12-16VoiceXML: add _cat and _field to category names, to avoid clashing with ↵bringert
javascript built-ins. removed debugging stuff to make maintenance easier. SRGS: changed cate and field names to match the VoiceXML change.
2006-12-15Towards smaller SRGs when lots of variants are used.bringert
2006-12-15Include update function in generated VoiceXML. Generated linearization ↵bringert
javaScript now uses the same abstract syntax representation as SISR.
2006-12-15Added NOINLINE pragma to Today.hs, to avoid forcing recompilation of modules ↵bringert
that depend on GF.Today.
2006-12-12Use ebnf srg generation in PrSRGS.bringert
2006-12-12Moved profile stuff to GF.Speech.SRG, to allow other SRG formats to include ↵bringert
SISR.
2006-12-15Updated version numbers.aarne
2006-12-12SRGS generation: don't include debug script stuff if debugging is disabled. ↵bringert
Place category comments better.
2006-12-11SRGS+SISR: put tags after items.bringert
2006-12-11VoiceXML: set xml:lang (value is still fake though)bringert
2006-12-11VoiceXML: print without debugging stuff by default.bringert
2006-12-11VoiceXML: don't use srcexpr in subdialogs, since Opera does not support ↵bringert
that. Also makes fewer subdialogs nows.
2006-12-10VoiceXML: don't use subdialog srcexpr for statically know subdialogs.bringert
2006-12-10Reinstate SISR field name for top-level categories. The VoiceXML generation ↵bringert
relies on it.
2006-12-10Added tag-format attribute to SRGS XML when using SISR. bringert
2006-12-08Use public category with original name as SRGS start cat.bringert
2006-12-08Changed SRGS SISR printing to be closer to the current working draft ↵bringert
standard, as supported by the WebSphere implementation (and thus Opera).
2006-12-08JavaScript generation: compile all concrete syntaxes, not just the first.bringert
2006-12-06Made generated JavaScript more object-oriented. Moved common JS stuff to ↵bringert
lib/javascript/gflib.js
2006-12-06Oops, I broke the gfcc printer. Fixed now.bringert
2006-12-05Got GFCC to JavaScript compilation working. Variants are still printed in a ↵bringert
weird way.
2006-12-01overload refreshaarne
2006-11-30Added the beginnings of GFCC to JavaScript conversion.bringert
2006-11-30Added tags target for building a TAGS file.bringert
2006-11-24improved error reporting in .ebnf format parseraarne
2006-11-24rename patterns bug fixaarne
2006-11-21Constructors documentedaarne
2006-11-18overloading API and examplesaarne
2006-11-18normalize record types in overload resolutionaarne
2006-11-18overload syntax; type printing in CheckGrammaraarne
2006-11-17oper overloading: first implemenatation using recordsaarne
2006-11-14internal representation for param value indexaarne
2006-11-13bug fix with ** in Evaluationaarne
2006-11-13an alternative lookup strategy in Computeaarne
2006-11-12robustness to gfcc interpreter ; make gfcc to binaarne
2006-11-12thread EEnv into ShellStateaarne
2006-11-12i -eval bug fixed: should work nowaarne
2006-11-10new compilation phase, not finishedaarne
2006-11-09experimental new evaluationaarne
2006-11-09lookup with more informationaarne
2006-11-07purge in pmaarne
2006-11-03return ? for nonexistent fun in gfccaarne
2006-10-22optimization of RP in gfcc; syntax for lambdaaarne
2006-10-19doc on gfcc-lincataarne
2006-10-19generated lincat in GFCCaarne
2006-10-11record order bug fixaarne
2006-10-09gfcc docaarne
2006-10-07printing of GFCCaarne