summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-10-22Add Chinese to the list of installed RGL languages and support it in the web ...hallgren
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-18gfse: grammars can now contain one-line descriptionshallgren
2012-10-16gfse: small fixhallgren
2012-10-16gfse: identify inherited grammars by their unique idhallgren
2012-10-16GF.Command.Command: turn CommandOutput into a newtypehallgren
2012-10-11add teyjus/simulator/builtins/builtins.hkr.angelov
2012-10-11added the forgoten libteyjus.pc.in file in the C runtimekr.angelov
2012-10-09gfse: adding a section about public grammars in about.htmlhallgren
2012-10-09gfse: show the grammar list if the currently selected grammar can not be loadedhallgren
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-04simple translator: make it usable on iOS deviceshallgren
2012-10-04simple translator: bug fixhallgren
2012-10-04gfse: various code improvements and prelimiary support for public grammarshallgren
2012-10-03gfse: fix a bug caused by sharing when copying a linearization function in th...hallgren
2012-10-03gfse: some refactoringhallgren
2012-10-03gfse: row view: add a button to copy a linearizationhallgren
2012-10-02gfse and cloud service documentation updatehallgren
2012-10-02gfse: you can now add new functions from the matrix viewhallgren
2012-10-02gfse: more intuitive buttons for switching between the column, matrix & row v...hallgren
2012-10-01gfse: adding a "row" viewhallgren
2012-10-01gfse: matrix view improvementshallgren
2012-09-30gfse: small linearization type display adjustmenthallgren
2012-09-30gfse: display "??" instead of "null" in linearization types when lincats are ...hallgren
2012-09-30gfse: show the types of linearization functions when hovering over their nameshallgren
2012-09-30PGF service & minibar: put a limit on the number of parse treeshallgren
2012-09-28gfse & cloud improvementshallgren
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-24now the meta probability for a category is explicitly specified in the statis...kr.angelov
2012-09-24in the robust parser we don't have to care about trees which yeld empty strin...kr.angelov
2012-09-23refactoring German VPaarne
2012-09-22GFServer.hs: code improvementshallgren
2012-09-21gf -server: also restrict the paths of uploaded fileshallgren
2012-09-21gfse: added a new "matrix view" of grammarshallgren
2012-09-21simple translator: make it possible to delete documentshallgren
2012-09-21gf -server: improved security checkshallgren
2012-09-20simple translator: bug fixhallgren
2012-09-18the Haskell runtime now exports 'functionsByCat' which returns the list of al...kr.angelov
2012-09-18the C runtime now has a type prob_t which is used only for probability valueskr.angelov
2012-09-18catch all case in GenerateBC.genFunkr.angelov
2012-09-14negative patterns in gfmorphoaarne