summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
2012-12-20bug fix in the new partial evaluatorhallgren
2012-12-20added alltenses to the default search path (just like prelude)aarne
2012-12-19partial evaluator bug fixhallgren
2012-12-19GF.Grammar.Lookup: new function lookupResDefLochallgren
2012-12-18partial evaluator bug fixhallgren
2012-12-14The first prototype for exhaustive generation in the C runtime. The trees are...kr.angelov
2012-12-14Add language extension for ghc<7.4hallgren
2012-12-14More work on the new partial evaluatorhallgren
2012-12-11partial evaluator workhallgren
2012-12-10Compute.ConcreteNew: add missing case for variant functionshallgren
2012-12-07Make -new-comp the default and bump the version number to 3.3.11-darcshallgren
2012-12-06Compute.ConcreteNew: bug fix for indirectly defined pattern macroshallgren
2012-12-02produce error message instead of failure of irrefutable pattern Ok ty_C in Gr...aarne
2012-11-23gf -server + gfse: show modification time of public grammarshallgren
2012-11-23gf -server: support overloaded opers in gfsehallgren
2012-11-23Fix a prededence bug in GF grammar pretty printerhallgren
2012-11-22better visualization of parse treespeter.ljunglof
2012-11-16new-comp: rewrite f (x|y) into (f x|f y)hallgren
2012-11-14Add flag --document-root for user with gf --serverhallgren
2012-11-14GF usage message fixeshallgren
2012-11-13Adding a new experimental partial evalutatorhallgren
2012-11-08Eliminate warnings about deprecated use of catch and tryhallgren
2012-11-07GF.Grammar.PatternMatch: relax overly restrictive type signatureshallgren
2012-11-07Some changed/new utility functionshallgren
2012-11-06gf -server: make it possible to pass arbitrary flags/options to gf when compi...hallgren
2012-11-05unicode4k-changedvirk.shafqat
2012-10-25GF.Grammar.Macros: add function collectPattOphallgren
2012-10-24GF.Grammar.Macros: add function composPattOphallgren
2012-10-24Compute.ConcreteNew: support variantshallgren
2012-10-24GeneratePMCFG: prefix messages about "impossible" errors with 'Internal error:'hallgren
2012-10-23gf -server: introduce command=remake for recompiling previously uploaded gram...hallgren
2012-10-23cleanuphallgren
2012-10-19Refactor compileSourceModulehallgren
2012-10-19Consistenly use SourceGrammar instead of [SourceModule] when calling compiler...hallgren
2012-10-18Use NOINLINE for build info and darcs version infohallgren
2012-10-16GF.Command.Command: turn CommandOutput into a newtypehallgren
2012-10-09gf -server: /parse command now supports input with character codes > 255hallgren
2012-10-05Factor out code for setting the console encodinghallgren
2012-10-03gfse: some refactoringhallgren
2012-09-28GF shell, show_operations: nicer looking types for linearization functionshallgren
2012-09-27GF shell, show_operations: also show the types of linearization functionshallgren
2012-09-26SIO bug fixhallgren
2012-09-26gf -server: add a GF version info requesthallgren
2012-09-25Use the SIO monad in the GF shellhallgren
2012-09-25GF.Infra.SIO.hs: adding the SIO monad (where S = Shell or Safe)hallgren
2012-09-25GF.Command.Commands: allCommands is now a constanthallgren
2012-09-22GFServer.hs: code improvementshallgren
2012-09-21gf -server: also restrict the paths of uploaded fileshallgren
2012-09-21gf -server: improved security checkshallgren
2012-09-18catch all case in GenerateBC.genFunkr.angelov