index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
GF
/
Infra
Age
Commit message (
Expand
)
Author
2017-08-29
added option -output-format=java for producing code for embedded grammars in ...
Krasimir Angelov
2017-08-11
Disable detailed version info from darcs
Thomas Hallgren
2015-09-28
Preliminary new shell feature: cc -trace.
hallgren
2015-08-31
GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLn
hallgren
2015-08-13
GF Shell: refactoring for improved modularity and reusability:
hallgren
2015-08-10
gf -cshell: preliminary support for the C run-time system in the GF shell
hallgren
2015-05-11
"flags case_sensitive=off" makes the parser case insensitive
krasimir
2015-02-27
GF shell: fixed problems with previous change of the -retain flag
hallgren
2015-02-27
GF shell: create a PGF also when the -retain flag is used
hallgren
2015-02-20
added option -plus-as-bind which treats (+) as a bind when used with runtime ...
krasimir
2015-02-20
remove the meta prob flags
krasimir
2015-02-16
Changes for compatibility with ghc-7.10-rc2
hallgren
2015-02-09
Translating linearization functions to Haskell: support for variants
hallgren
2014-12-11
Work in progress on translating linearization functions to Haskell
hallgren
2014-11-10
Documentation improvements and cleanup relating to the IOE monad
hallgren
2014-11-10
Some work to improve the structure of the haddock documenation
hallgren
2014-10-22
Various small changes for improved documentation
hallgren
2014-10-21
ModuleName and Ident are now distinct types
hallgren
2014-10-21
Renaming SourceGrammar to Grammar and similarly for some related types
hallgren
2014-10-20
type IOE a = IO a
hallgren
2014-10-20
Remove some dead code
hallgren
2014-10-16
Turn the GF compiler into a library. Main program is now in src/programs/gf.hs
hallgren
2014-10-16
More haddock documentation improvements
hallgren
2014-10-08
GF.Infra.Options: change from String to Int in the type of optJobs
hallgren
2014-09-08
(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo
hallgren
2014-08-25
Experimental: parallel batch compilation of grammars
hallgren
2014-08-22
Command line flag -s/-q now silences all warnings
hallgren
2014-08-13
Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8
hallgren
2014-08-13
Refactoring in GF.Compile and GF.ReadFiles with an eye to parallel compilation
hallgren
2014-07-27
Adding GF.Infra.Location and GF.Text.Pretty (forgot to 'darcs add' them before)
hallgren
2014-07-27
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...
hallgren
2014-06-24
minibar: include the grammar's last modification in the grammar info shown by...
hallgren
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2014-05-21
in verbosity mode the compiler warns about missing paths
kr.angelov
2014-01-20
Optionally include C run-time support
hallgren
2013-12-16
GF.Compile.ReadFiles: reduced code duplication
hallgren
2013-12-10
option --split-pgf replaces option --mk-index. This splits the PGF into one f...
kr.angelov
2013-12-06
Show relative file paths in error messages
hallgren
2013-11-29
Commment code and options relating to the old partial evaluator
hallgren
2013-11-26
Represent identifiers as UTF-8-encoded ByteStrings
hallgren
2013-11-25
Change how GF deals with character encodings in grammar files
hallgren
2013-11-21
Some more monadic lifting changes
hallgren
2013-11-20
Reduced clutter in monadic code
hallgren
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-09-20
Comment out identifier refreshing code only used by the removed refresh pass
hallgren
2013-09-19
Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remain
hallgren
2013-09-19
Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 modules
hallgren
2013-06-10
Update the usage text for the --output-format option
hallgren
2013-02-12
now the beam size for the statistical parser can be configured by using the f...
kr.angelov
[next]