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
/
Grammar
/
Analyse.hs
Age
Commit message (
Expand
)
Author
2015-08-28
Comment out some dead code found with -fwarn-unused-binds
hallgren
2014-10-21
ModuleName and Ident are now distinct types
hallgren
2014-10-20
Remove some dead code
hallgren
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
2011-11-10
Now PMCFG is compiled per module and at the end we only link it. The new comp...
kr.angelov
2011-11-02
merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the ...
kr.angelov
2011-11-02
Now the compiler maintains more precise information for the source locations ...
kr.angelov
2011-09-26
don't count app nodes in term size
aarne
2011-09-24
bug fixes in code size analysis
aarne
2011-09-22
the sd -size command now shows the size of all code needed for defining an oper
aarne
2011-09-22
documented the ss command
aarne
2011-09-21
statistics on grammar size in terms of constructors
aarne
2011-09-21
commands ss to show source, and sd to show the dependencies of a constant
aarne
2011-09-20
module for analysing source grammars
aarne