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-10-14
yet another bugfix in the byte code
kr.angelov
2014-10-14
another bugfix in the byte code generation
kr.angelov
2014-10-14
bugfix in the bytecode generator
kr.angelov
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-10-08
now we statically allocate closures for all top-level functions and all nulla...
kr.angelov
2014-10-07
bugfix in the byte code compiler
kr.angelov
2014-10-06
using instruction RET was wrong; now use EVAL
kr.angelov
2014-09-29
minor stylistic change in GenerateBC
kr.angelov
2014-09-29
bugfix in the pattern matching compiler and a number of other fixes that I so...
kr.angelov
2014-09-27
checked that course of value tables (table P [...]) have the correct number o...
aarne
2014-09-17
forgot to type check the type of a typed let expression
kr.angelov
2014-09-17
the type checker for the abstract syntax now allows let expressions in def ru...
kr.angelov
2014-09-11
a major revision of the bytecode generator and JIT compiler. the effect is th...
kr.angelov
2014-09-05
the code for def rules now uses proper graph update to preserve lazyness
kr.angelov
2014-09-05
full support for recursive def rules in the C runtime
kr.angelov
2014-09-01
partial implementation for recursive def rules
kr.angelov
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-20
Add lifted directory operations in GF.System.Directory to eliminate the need ...
hallgren
2014-08-19
GF.Compile.ReadFiles: a simpler & faster way to convert from Latin1 to UTF-8
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-08-11
pattern matching in def rules is now supported
kr.angelov
2014-08-11
a partial support for def rules in the C runtime
kr.angelov
2014-07-28
Convert from Text.PrettyPrint to GF.Text.Pretty
hallgren
2014-07-27
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...
hallgren
2014-06-17
Compute/ConcreteNew.hs: eliminate selections from wildcard tables
hallgren
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2014-05-24
now we compile context-free grammars directly to PGF without going via GF sou...
kr.angelov
2014-05-16
Compute/ConcreteNew.hs: adding a Prawitz rewrite
hallgren
2014-05-16
Fix an eta expansion bug in the grammar compiler
hallgren
2014-04-04
TypeCheck.RConcrete: contravariance in table types
hallgren
2014-04-04
Removed imports of TypeCheck.Concrete, fixed problems in TypeCheck.RConcrete
hallgren
2014-04-01
Bug fix for pattern macros in pre{}
hallgren
2014-03-21
refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...
kr.angelov
2014-03-17
show the value in the error message when failing to get Str from value
aarne
2014-03-15
bugfix in the compiler for linref of empty record
kr.angelov
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
[prev]
[next]