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
Age
Commit message (
Expand
)
Author
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-31
now (+) in the abstract syntax works, i.e. it knows how to deal with partial ...
kr.angelov
2014-10-30
a more efficient tail call by using the new TUCK instruction
kr.angelov
2014-10-28
Use terminfo to highlight warnings and errors in blue and red
hallgren
2014-10-28
Show paths relative to the current directory in progress reports
hallgren
2014-10-28
A couple of haddock documentation improvements
hallgren
2014-10-26
an explicit SAVE instruction
kr.angelov
2014-10-22
Various small changes for improved documentation
hallgren
2014-10-22
an explicit PUSH_FRAME instruction
kr.angelov
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
use of 'head' in TypeCheck/RConcrete created an uncomprehensible error messag...
aarne
2014-10-20
Some small documentation improvements
hallgren
2014-10-20
type IOE a = IO a
hallgren
2014-10-20
Remove some dead code
hallgren
2014-10-19
(un)lexmixed: added the other math environments than $ used in latex
aarne
2014-10-17
ps -lines preserves line-by-line structure when preprocessing files for parsi...
aarne
2014-10-16
Some work on the haddock documentation
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-16
finally proper stack unwind in the evaluator
kr.angelov
2014-10-15
Rename modules GFI, GFC & GFServer...
hallgren
2014-10-15
Fixes for the haddock documentation
hallgren
2014-10-14
the compiler now allows + to be used as a floating point addition in the abst...
kr.angelov
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
GF.Infra.Options: change from String to Int in the type of optJobs
hallgren
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
appForm now skips over Typed expressions
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-08
(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo
hallgren
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-02
src/server: refactoring to isolate dependencies on the cgi/fastcgi packages
hallgren
2014-09-01
partial implementation for recursive def rules
kr.angelov
2014-08-25
Fix GHC 7.4 compatibility issue caused by previous patch
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-20
Add lifted directory operations in GF.System.Directory to eliminate the need ...
hallgren
2014-08-20
GF.CompileOne: refactoring to reduce code duplication and improve readability
hallgren
[next]