summaryrefslogtreecommitdiff
path: root/src/GF
AgeCommit message (Expand)Author
2007-09-21error msg in SimpleToFCFG.convertConaarne
2007-09-21fixed reading argvars from gfc in gf-to-gfccaarne
2007-09-21gfcc generation in gfc works for some grammarsaarne
2007-09-21Started working on gfc command-line options.bringert
2007-09-21gfc --make now worksaarne
2007-09-20compiler "gfc" in GF/Develaarne
2007-09-20compact printing of gf filesaarne
2007-09-20Restored the GFCC.cf from before the patch "simplify GFCC syntax". This is th...bringert
2007-09-20BNFC doesn't have an Int type.bringert
2007-09-20printing GSyntax with GFCC treesaarne
2007-09-20embedded parser in MultiGrammar in GFCCAPIaarne
2007-09-20refactored FCFG parsing to fit in GFCC shellaarne
2007-09-19started extending GFCC API with parsingaarne
2007-09-19repaired JS generation after GFCC changesaarne
2007-09-19adapted GFCC2FCFG to other uses of GFCC, made it to default parseraarne
2007-01-11remove tracekr_angelov
2007-01-11remove tracekr_angelov
2007-01-11fix aliases handlingkr_angelov
2007-01-11remove all fromIntegral callskr_angelov
2006-12-28GFCC to FCFG conversionkr_angelov
2006-12-28sync with GFCC changeskr_angelov
2006-12-28simplify GFCC syntaxkr_angelov
2007-09-19Include startcat in generated JavaScript.bringert
2007-09-17bud fix in reading gfc without gfraarne
2007-09-16strict reading of files; bug fix in readFiles in ShellStateaarne
2007-09-12bug fix in import reading (had forgotten gfr)aarne
2007-09-05modernized parser in EmbedAPIaarne
2007-08-26generation bug fixaarne
2007-07-08handle unknowns words graciously in parseAnyaarne
2007-07-08peb's forest patchaarne
2007-07-05hacky solution to name resolution warningsaarne
2007-07-04tutorial exercises; put libdir in place in GF/srcaarne
2007-07-03generalized MakeOverload to TreeSelectionsaarne
2007-07-02parsing overloaded constructors as resultaarne
2007-07-02contravariance in forgiving lock fieldsaarne
2007-06-28CFRules tracing.bringert
2007-06-28-printer=regexp handles precedencebringert
2007-06-27bottom-up and top-down filtering do not need fix point iteration.bringert
2007-06-27Refactor TransformCFG: use Map for CFRules.bringert
2007-06-27Make bottomUpFilter better by also removing categories which contain no finit...bringert
2007-06-27Print SRG stats when preprocessing grammar.bringert
2007-06-27Comment out tracing in CanonToGFCC. It produces lots of junk when generating ...bringert
2007-06-27Use shorter lines and paragraph-filling in SRGS, JSGF and GSL printing.bringert
2007-06-27Limit GSL/JSGF/SRGS ABNF grammar line width to 80.bringert
2007-06-26Fewer redundant parantheses in JSGF and SRGS ABNF.bringert
2007-06-26SRGS XML: the meta tag should use empty tag short-hand.bringert
2007-06-26Oops, I had managed to remove the preprocessing step in makeSimpleRegular, wh...bringert
2007-06-26Eliminate more redundant item tags in SRGS XML.bringert
2007-06-26Produce less verbose SRGS XML, by eliminating redundant item tags.bringert
2007-06-25Implement makeNonRecursiveSRG by conversion through MFA instead of directly t...bringert