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
/
Compile
Age
Commit message (
Expand
)
Author
2014-02-17
fix in GF.Compile.Compute.ConcreteNew which makes it possible to compile Docu...
kr.angelov
2014-02-09
disabled ad hoc overloading, as it still causes mysterious errors. It is just...
aarne
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
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-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-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-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-12
Fix Issue 68: Cannot use an overloaded operator in table defined using square...
hallgren
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-06
Remove PGF.Signature
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-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
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
2013-09-23
GF.Grammar.Grammar.allExtends now returns a list of source modules instead of...
kr.angelov
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-09-10
Some code verbosity reduction
hallgren
2013-09-10
Workaround for a problem with lock fields
hallgren
2013-05-30
new-comp: delay eta expansion until just before partial evaluation
hallgren
2013-09-09
Nonlinear patterns in concrete syntax are now detected and reported as errors
hallgren
2013-09-09
partial evaluator: prettier complaint about nonlinears patterns
hallgren
2013-09-09
partial evaluator: complain about nonlinear patterns
hallgren
2013-09-09
Fix an old name shadowing bug in concrete syntax by removing the refresh pass
hallgren
2013-09-03
fix in the GF compiler and runtime which let us to define pre construct detec...
kr.angelov
2013-08-23
nonExist now does the expected thing
kr.angelov
2013-07-24
hs datatype generation for empty abstract types added
aarne
2013-04-22
a bit more informative error message in GrammarToPGF
kr.angelov
2013-04-10
gf -s/-q now silences "no linearization of" warnings
hallgren
2013-03-16
Fix a problem with pattern macros in pre { } expressions
hallgren
2013-03-12
partial evaluator: push predefined functions inside variants
hallgren
2013-03-09
ghc-7.6: allow directory-1.2
Sergei Trofimovich
2013-02-27
Faster regular expression pattern matching in the grammar compiler.
hallgren
[next]