summaryrefslogtreecommitdiff
path: root/src/GF
AgeCommit message (Expand)Author
2006-12-27update release procedule; start Thai transliterationaarne
2006-12-21Meta variables are now treated as functions with name ? in SISR, VoiceXML and...bringert
2006-12-21Added voicexml,javascript,jsgf+sisr to gf-history and helpfile.bringert
2006-12-21length test in overloadaarne
2006-12-21overload rules and their documentationaarne
2006-12-21Generate JavaScript type annotator. Use lindef in JavaScript.bringert
2006-12-20Fixed (final?) two bugs in the SISR generation.bringert
2006-12-20More JSGF pretty-printing.bringert
2006-12-20JSGF pretty printing tweaks.bringert
2006-12-20Use HughesPJ pretty printer to make JSGF output look nicer.bringert
2006-12-20Make smaller SISR code for tokens.bringert
2006-12-20Removed tracing from PrJSGF.bringert
2006-12-20Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR ...bringert
2006-12-17Added still unused implementation of Moore's LCLR algorithm for left recursio...bringert
2006-12-17Use [] in JSGF printing.bringert
2006-12-17Some clean-up in GF/Speech/TransformCFG.hsbringert
2006-12-19overload resolution with value type, for experimentaarne
2006-12-19partial application in overload resolution, with priority for full appaarne
2006-12-19gfcc with lindef (_dCat)aarne
2006-12-18Koji's bug fixedaarne
2006-12-17debugging AbsComputeaarne
2006-12-17Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ...bringert
2006-12-16VoiceXML: add _cat and _field to category names, to avoid clashing with javas...bringert
2006-12-15Towards smaller SRGs when lots of variants are used.bringert
2006-12-15Include update function in generated VoiceXML. Generated linearization javaSc...bringert
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 S...bringert
2006-12-12SRGS generation: don't include debug script stuff if debugging is disabled. P...bringert
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 that....bringert
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 r...bringert
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 standard...bringert
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 lib/...bringert
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 w...bringert
2006-12-01overload refreshaarne
2006-11-30Added the beginnings of GFCC to JavaScript conversion.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