summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
2015-10-02GF.Interactive2: extension FlexibleContexts is needed for GHC 7.10 compatibilityhallgren
2015-09-30cc -trace: don't try to show the bodies of lambda abstractionshallgren
2015-09-29GF source lexer: allow numeric character escapes in string literalshallgren
2015-09-28Preliminary new shell feature: cc -trace.hallgren
2015-09-11Remove debug output introduced in previous patchhallgren
2015-09-11Parallel compilation: "gf -make -j" and "gf -make -j=n" now work as expectedhallgren
2015-09-03GF shell: write_file now writes one tree per linehallgren
2015-08-31GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLnhallgren
2015-08-28Comment out some dead code found with -fwarn-unused-bindshallgren
2015-08-26GF shell: change parse & linearize to obtain useful results from p|l and l|p ...hallgren
2015-08-21GF shell bug fix: visualize_parse didn't accept the -lang flaghallgren
2015-08-21GF -cshell: implement visualize_parsehallgren
2015-08-21add a type signature in GF.Interactive2 to make ghc-7.6.3 happykrasimir
2015-08-21gf -cshell: implement visualize_treehallgren
2015-08-20gf -cshell: implement a subset of print_grammar and abstract_infohallgren
2015-08-18gf -cshell: linearize: implement options -all -list -treebankhallgren
2015-08-18GF shell: restore the eh command to working order and document ithallgren
2015-08-17GF shell: add the start options to GFEnv, turn "reload" into an ordinary commandhallgren
2015-08-13GF Shell: "ph | wf -file=foo.gfs" now works as advertisedhallgren
2015-08-13GF Shell: refactoring for improved modularity and reusability:hallgren
2015-08-12GF Shell: turn set_encoding into a common commandhallgren
2015-08-12GF.Interactive2: cleanuphallgren
2015-08-12GF shell: source commands (cc, sd, so, ss & dg) can now be used in pipeshallgren
2015-08-12Move welcome message from GF.Interactive & GF.Interactive2 to GF.Command.Mess...hallgren
2015-08-11GF shell: make environment types abstract, comment out some dead codehallgren
2015-08-10gf -cshell: improved help for the 'import' commandhallgren
2015-08-10Factor out common code from GF.Command.Commands and GF.Command.Commands2hallgren
2015-08-10gf -cshell: preliminary support for the C run-time system in the GF shellhallgren
2015-08-10Refactor GF shell modules to improve modularity and reusabilityhallgren
2015-06-23Bump version of .gfo and .pgf files, improve error messages on version mismatchhallgren
2015-05-11"flags case_sensitive=off" makes the parser case insensitivekrasimir
2015-05-11added all orthographic primitiveskrasimir
2015-05-05GF.Haskell: small pretty printing improvementhallgren
2015-05-05GF.CompileOne: use random numbers to avoid temporary file name clasheshallgren
2015-04-20drop the dependency to FSTkrasimir
2015-04-17gf -server: include grammar modification time in the info returned by /version hallgren
2015-04-14Translating linearization functions to Haskell: move Haskell AST and pretty p...hallgren
2015-04-07GF.Compile.ConcreteToHaskell: some documentationhallgren
2015-03-31GF.CompileInParallel: get rid of the cryptic 'thread blocked indefinitely in ...hallgren
2015-03-13GF.CompileInParallel: fix a Win32 problemhallgren
2015-03-11GF.Server: request logging: increase length limit from 100 500 chars per fieldhallgren
2015-03-05remove some more old codekrasimir
2015-03-05removed some operations in GeneratePMCFG. They didn't work well with variants...krasimir
2015-03-04GF.Compile.Compute.ConcreteNew: add dynamic table conversionhallgren
2015-03-04GF.Compile.Compute.ConcreteNew: some refactoring for readabilityhallgren
2015-03-02Fix to avoid "error (no reason given) OCCURRED IN optimizing <cat>"hallgren
2015-02-27GF shell: fixed problems with previous change of the -retain flaghallgren
2015-02-27GF shell: create a PGF also when the -retain flag is usedhallgren
2015-02-20added option -plus-as-bind which treats (+) as a bind when used with runtime ...krasimir
2015-02-20remove the meta prob flagskrasimir