summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
2014-09-05full support for recursive def rules in the C runtimekr.angelov
2014-09-02src/server: refactoring to isolate dependencies on the cgi/fastcgi packageshallgren
2014-09-01partial implementation for recursive def ruleskr.angelov
2014-08-25Fix GHC 7.4 compatibility issue caused by previous patchhallgren
2014-08-25Experimental: parallel batch compilation of grammarshallgren
2014-08-22Command line flag -s/-q now silences all warningshallgren
2014-08-20Add lifted directory operations in GF.System.Directory to eliminate the need ...hallgren
2014-08-20GF.CompileOne: refactoring to reduce code duplication and improve readabilityhallgren
2014-08-19GF.Compile.ReadFiles: a simpler & faster way to convert from Latin1 to UTF-8hallgren
2014-08-13Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8hallgren
2014-08-13Refactoring in GF.Compile and GF.ReadFiles with an eye to parallel compilationhallgren
2014-08-11GF.Compile: remove the Int from CompileEnvhallgren
2014-08-11pattern matching in def rules is now supportedkr.angelov
2014-08-11revert an accidental change that I pushed together with the last patchkr.angelov
2014-08-11a partial support for def rules in the C runtimekr.angelov
2014-07-28Convert from Text.PrettyPrint to GF.Text.Prettyhallgren
2014-07-27Adding GF.Infra.Location and GF.Text.Pretty (forgot to 'darcs add' them before)hallgren
2014-07-27Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...hallgren
2014-06-24minibar: include the grammar's last modification in the grammar info shown by...hallgren
2014-06-21The --output-dir option now applies also to PGF fileshallgren
2014-06-17Compute/ConcreteNew.hs: eliminate selections from wildcard tableshallgren
2014-06-12PGF library: expose only PGF and PGF.Internal instead of all moduleshallgren
2014-06-12now GF keywords can be used as identifiers if they are quotedkr.angelov
2014-05-24now we compile context-free grammars directly to PGF without going via GF sou...kr.angelov
2014-05-21in verbosity mode the compiler warns about missing pathskr.angelov
2014-05-16Compute/ConcreteNew.hs: adding a Prawitz rewritehallgren
2014-05-16Fix an eta expansion bug in the grammar compilerhallgren
2014-05-12gf -server: include list of loaded PGFs in version infohallgren
2014-04-28Spring cleaninghallgren
2014-04-09PGF web service: add unlexers and enable client side cachinghallgren
2014-04-09Change the type of PGF.Lexing.bindTok to [String] -> [String]hallgren
2014-04-09Unlexers: move capitalization of first word from GF.Text.Lexing to PGF.Lexinghallgren
2014-04-08Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexinghallgren
2014-04-04TypeCheck.RConcrete: contravariance in table typeshallgren
2014-04-04Removed imports of TypeCheck.Concrete, fixed problems in TypeCheck.RConcretehallgren
2014-04-01Bug fix for pattern macros in pre{}hallgren
2014-03-21refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...kr.angelov
2014-03-19gf -server: add a command to manually flush the PGF cachehallgren
2014-03-17show the value in the error message when failing to get Str from valueaarne
2014-03-15bugfix in the compiler for linref of empty recordkr.angelov
2014-02-17fix in GF.Compile.Compute.ConcreteNew which makes it possible to compile Docu...kr.angelov
2014-02-11GFServer.hs: avoid intertwined log messages from parallel requestshallgren
2014-02-09disabled ad hoc overloading, as it still causes mysterious errors. It is just...aarne
2014-02-04GFC.hs: encodeFile_ is not available in the standard Data.Binaryhallgren
2014-02-01new overload resolution, taking care of ad hoc overloading.aarne
2014-02-01ad hoc overloading: a new way to deal with name resolution conflicts. Previou...aarne
2014-01-31typo in Concrete type checker: when type checking <e : t>, return annotated e...aarne
2014-01-31experimental type checker module GF.Compile.TypeCheck.RConcrete.hs with recor...aarne
2014-01-27gf -server: fix a redirection bug...hallgren
2014-01-24gf -server: allow multiple PGF service requests to be handled in parallelhallgren