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
Age
Commit message (
Expand
)
Author
2014-02-01
new overload resolution, taking care of ad hoc overloading.
aarne
2014-02-01
ad hoc overloading: a new way to deal with name resolution conflicts. Previou...
aarne
2014-01-31
typo in Concrete type checker: when type checking <e : t>, return annotated e...
aarne
2014-01-31
experimental type checker module GF.Compile.TypeCheck.RConcrete.hs with recor...
aarne
2014-01-20
Optionally include C run-time support
hallgren
2014-01-09
Check file datestamp before creating PGF file when compiling grammars
hallgren
2013-12-18
PGFtoPython: add Python translations for nonExist, BIND and SOFT_BIND
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-12-06
GF.Compile.CheckGrammar: add source path to error message for circular defini...
hallgren
2013-12-06
GF shell: fix help text for generate_trees
hallgren
2013-12-03
removed the unlines-lines wrapper from Lexing.unlexer to prevent empty lines ...
aarne
2013-11-29
Commment code and options relating to the old partial evaluator
hallgren
2013-11-29
Move typePredefined from GF.Compile.Compute.AppPredefined to GF.Compile.TypeC...
hallgren
2013-11-29
Move checkPredefError from GF.Compile.Compute.ConcreteLazy to GF.Grammar.Macros
hallgren
2013-11-28
GFI: adapt to character encoding changes
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-22
fix the export for CFG grammars with BIND, SOFT_BIND and nonExist
kr.angelov
2013-11-22
the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...
kr.angelov
2013-11-21
Some refactoring in GF.Compile and GF.Compile.GetGrammar
hallgren
2013-11-21
Some more monadic lifting changes
hallgren
2013-11-20
Removed some code duplication in GF.Compile.Update
hallgren
2013-11-20
Reduced clutter in monadic code
hallgren
2013-11-19
GF shell: improved system_pipe (aka "?") command
hallgren
2013-11-12
Fix Issue 60: Weird output when executing system commands from the gf shell
hallgren
2013-11-12
Fix Issue 68: Cannot use an overloaded operator in table defined using square...
hallgren
2013-11-12
GF.System.Chatch: remove redundant #include
hallgren
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-11
Fix Issue 41: "," in context-free rules causes parsing failure
hallgren
2013-11-11
Fix issue 61: GF shell cannot parse a system command ending with a space
hallgren
2013-11-06
Make PGF.Tree internal
hallgren
2013-11-06
Remove PGF.Signature
hallgren
2013-11-06
fix the deserialization of flags from the GFO files
kr.angelov
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-05
added a -treebank option to the lc command
aarne
2013-11-05
linearization by chunks in the GF shell: a new command 'lc' needed because 'l...
aarne
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-10-31
Add a cabal flag to use the standard binary package
hallgren
2013-10-30
linref is now used by the linearizer. The visible change is that the 'l' comm...
kr.angelov
2013-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
2013-10-30
missing binary serialization for PImplArg in the .gfo files
kr.angelov
2013-10-24
Functions merge trees into tries in the GF Shell and the PGF web service
hallgren
2013-10-24
Commands.hs: fix a copy-paste error in the documentation of put_tree
hallgren
2013-10-02
something in the typeinferencer of the latest GHC has changed. I need to add ...
kr.angelov
2013-09-23
the compiler now sorts the list of sequences in the PGF files
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-23
GrammarToPGF now looks only at the top modules for the PGF flags
kr.angelov
2013-09-23
fix a warning in the compiler
kr.angelov
[next]