summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-24simple source language for compiler experimentaarne
2007-03-24Modified the LC_LR implementation to only produce rules using A-X categories ↵bringert
when those categories have any productions.
2007-03-24Better debugging output when SRG generation crashes because of a missing ↵bringert
category.
2007-03-24Just renaming in srg0005bringert
2007-03-24Shrunk srg0005bringert
2007-03-24More srg test cases.bringert
2007-03-24Added srg0004: a simple left-recursive grammar.bringert
2007-03-23componentsaarne
2007-03-23gf course descriptionaarne
2007-03-23Added srg0003: test case for indirect cycles.bringert
2007-03-23Uncommented troublesome rules in srg0002bringert
2007-03-23Added test case which demonstrates a bug with implicit left recusion in SRG ↵bringert
generation.
2007-03-20Remove removeIdenticalRules, since it would get rid of alternative parse ↵bringert
results.
2007-03-20Do the same initial transformations as for CFGs when generating FAs: remove ↵bringert
cycles, identical rules and down top-down and bottom-up filtering.
2007-03-20Do top-down and bottom-up filtering together to a fixed point.bringert
2007-03-20Moved code and comments around in TransformCFG.bringert
2007-03-20Renamed removeEmptyCats to bottomUpFilter.bringert
2007-03-20Removed dead export list.bringert
2007-03-20Removed fixed FIXMEs.bringert
2007-03-19Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down ↵bringert
filtering in terms of CFRules instead of SRG. Do top-down filtering in makeSimpleSRG.
2007-03-16thai phrase translatoraarne
2007-03-14ma -status; sep lines for l -allaarne
2007-03-01bib entriesaarne
2007-02-28model for resourceaarne
2007-02-28parsing method in EmbedAPIaarne
2007-02-24cc output as pipable stringaarne
2007-02-23cc -tableaarne
2007-02-17essential LP phrases, pron tableaarne
2007-02-16VoiceXML generation: the grammar file name should be based on the concrete ↵bringert
syntax module name rather than the abstract.
2007-02-14urduaarne
2007-02-13catalan resourceaarne
2007-02-11thai word list correctionsaarne
2007-02-11thai diphthong tableaarne
2007-01-29Handle coercion functions (_) in CFG generation for SRG.bringert
2007-01-29Removed CFConst constructor, since it was unused.bringert
2007-01-29Document CFTerm constructors.bringert
2007-01-25produce a readable word listaarne
2007-01-23No spaces after newlines in JavaScript pretty-printer.bringert
2007-01-22Rename children to args in VoiceXML/SISR/JavaScript.bringert
2007-01-21thai questions and negationsaarne
2007-01-21Use _cat category as root in SRGS ABNF and JSGF. SRGS XML already did this.bringert
2007-01-21Nicer spacing and indentation in JavaScript pretty-printer.bringert
2007-01-21Get speechLanguage flag from both command-line and grammar. Reformat it to ↵bringert
RFC3066 format (- instead of _) and use it in SRGS, VoiceXML and JSGF.
2007-01-21SRGS ABNF generation: semicolon after meta decls, no $NULL before initTag ↵bringert
since the standard doesn't require it, and it crashes Opera, include tag-format declaration.
2007-01-21Added SRGS ABNF printers to HelpFile.bringert
2007-01-21Removed the srg value for pg -printer. Users should use pg ↵bringert
-printer=srgs_abnf instead.
2007-01-21started thai resourceaarne
2007-01-19Removed the old srg printer, which produced SRGS ABNF.bringert
2007-01-19Don't print compile date in SRGS XML grammars.bringert
2007-01-19Added SRGS ABNF generation.bringert