| Age | Commit message (Expand) | Author |
| 2007-01-07 | VoiceXML generation: catch up with children array in SISR. | bringert |
| 2007-01-07 | Added unused simple VoiceXML generation. It won't work in Opera because of th... | bringert |
| 2007-01-07 | JavaSscript and SISR abstract syntax now uses an array for the node children,... | bringert |
| 2007-01-05 | SISR code now type annotates meta variables directly in grammar, to avoid a s... | bringert |
| 2007-01-05 | Use the GFCC type from DataGFCC when building VoiceXML. | bringert |
| 2007-01-05 | Use GFCC to build VoiceXML. | bringert |
| 2007-01-05 | VoiceXML printer no takes Options and StateGrammar, like SRG printers do. | bringert |
| 2007-01-05 | Changed all SRG printer to take Options and StateGrammar arguments. This make... | bringert |
| 2007-01-05 | Change input to the different SRG printers to be StateGrammar instead of CGra... | bringert |
| 2007-01-04 | Commented out callbacks stuff in VoiceXML generation. It was not the right th... | bringert |
| 2007-01-04 | SISR: top categories do not need the Cat_field field. | bringert |
| 2007-01-03 | SRG: when making top-level categories, handle value categories introduced by ... | bringert |
| 2007-01-03 | SISR: constants from conversion=finite now produce abstract syntax nodes inst... | bringert |
| 2007-01-03 | Updated another reference to "Regular approximation of CFLs: a grammatical view" | bringert |
| 2007-01-03 | VoiceXML: when checking the callbacks, use typeof to avoid errors with Opera ... | bringert |
| 2007-01-03 | Updated reference to regular -> FA conversion. | bringert |
| 2006-12-28 | Use printname to make VoiceXML prompts. | bringert |
| 2006-12-21 | Meta variables are now treated as functions with name ? in SISR, VoiceXML and... | bringert |
| 2006-12-20 | Fixed (final?) two bugs in the SISR generation. | bringert |
| 2006-12-20 | More JSGF pretty-printing. | bringert |
| 2006-12-20 | JSGF pretty printing tweaks. | bringert |
| 2006-12-20 | Use HughesPJ pretty printer to make JSGF output look nicer. | bringert |
| 2006-12-20 | Make smaller SISR code for tokens. | bringert |
| 2006-12-20 | Removed tracing from PrJSGF. | bringert |
| 2006-12-20 | Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR ... | bringert |
| 2006-12-17 | Added still unused implementation of Moore's LCLR algorithm for left recursio... | bringert |
| 2006-12-17 | Use [] in JSGF printing. | bringert |
| 2006-12-17 | Some clean-up in GF/Speech/TransformCFG.hs | bringert |
| 2006-12-17 | Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ... | bringert |
| 2006-12-16 | VoiceXML: add _cat and _field to category names, to avoid clashing with javas... | bringert |
| 2006-12-15 | Towards smaller SRGs when lots of variants are used. | bringert |
| 2006-12-15 | Include update function in generated VoiceXML. Generated linearization javaSc... | bringert |
| 2006-12-12 | Use ebnf srg generation in PrSRGS. | bringert |
| 2006-12-12 | Moved profile stuff to GF.Speech.SRG, to allow other SRG formats to include S... | bringert |
| 2006-12-12 | SRGS generation: don't include debug script stuff if debugging is disabled. P... | bringert |
| 2006-12-11 | SRGS+SISR: put tags after items. | bringert |
| 2006-12-11 | VoiceXML: set xml:lang (value is still fake though) | bringert |
| 2006-12-11 | VoiceXML: print without debugging stuff by default. | bringert |
| 2006-12-11 | VoiceXML: don't use srcexpr in subdialogs, since Opera does not support that.... | bringert |
| 2006-12-10 | VoiceXML: don't use subdialog srcexpr for statically know subdialogs. | bringert |
| 2006-12-10 | Reinstate SISR field name for top-level categories. The VoiceXML generation r... | bringert |
| 2006-12-10 | Added tag-format attribute to SRGS XML when using SISR. | bringert |
| 2006-12-08 | Use public category with original name as SRGS start cat. | bringert |
| 2006-12-08 | Changed SRGS SISR printing to be closer to the current working draft standard... | bringert |
| 2006-09-13 | Removed extra comma in import list of src/GF/Speech/Relation.hs. This prevent... | bringert |
| 2006-05-31 | Disable special treatment of lists in SRGS+SISR generation, since OptimTalk c... | bringert |
| 2006-04-27 | VoiceXML generation: use cond attribute with blocks, instead of having ifs in... | bringert |
| 2006-04-20 | Added debugging flag to generated VoiceXML. | bringert |
| 2006-04-19 | Use quest_Cat to generate questions in the VoiceXML printer. | bringert |
| 2006-04-18 | Look at both command-line and grammar startcat falgs in pg commands. | bringert |