summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/CF.hs
AgeCommit message (Expand)Author
2014-03-21refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...kr.angelov
2013-11-20Reduced clutter in monadic codehallgren
2013-11-11Fix Issue 41: "," in context-free rules causes parsing failurehallgren
2013-11-05Eliminate mutual dependencies between the GF compiler and the PGF libraryhallgren
2013-10-30added the linref construction in GF. The PGF version number is now bumpedkr.angelov
2013-09-19Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 moduleshallgren
2012-08-29Use nub' instead of nub in some places, remove some unused nub importspeter.ljunglof
2011-11-10Now PMCFG is compiled per module and at the end we only link it. The new comp...kr.angelov
2011-11-02merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the ...kr.angelov
2011-11-02Now the compiler maintains more precise information for the source locations ...kr.angelov
2011-08-30GF.Infra.Modules: keep the modules of a grammar in a finite map instead of a ...hallgren
2010-11-12operations in the abstract syntaxkrasimir
2010-09-24restored the .ebnf grammar formataarne
2010-03-22store and propagate the exact source location for all judgements in the gramm...krasimir
2010-02-16no need to keep the list of constructors per category in .gfokrasimir
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir