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
/
Grammar.hs
Age
Commit message (
Expand
)
Author
2022-10-04
Extract the previous optimization to its own function
Andreas Källberg
2022-10-04
Use a Set in isInherited to speed up long extend lists
Andreas Källberg
2015-09-28
Preliminary new shell feature: cc -trace.
hallgren
2015-08-28
Comment out some dead code found with -fwarn-unused-binds
hallgren
2014-10-22
Various small changes for improved documentation
hallgren
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-16
More haddock documentation improvements
hallgren
2014-07-27
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...
hallgren
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2014-02-01
ad hoc overloading: a new way to deal with name resolution conflicts. Previou...
aarne
2013-11-20
Reduced clutter in monadic 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
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-02-27
Faster regular expression pattern matching in the grammar compiler.
hallgren
2012-12-19
GF.Grammar.Lookup: new function lookupResDefLoc
hallgren
2012-12-11
partial evaluator work
hallgren
2011-11-30
more stuff in the new type checker
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-10-20
Introduce an explicit error value in the Term type
hallgren
2011-09-20
module for analysing source grammars
aarne
2011-09-20
command ss to show source (including gfo) in text; to be extended
aarne
2011-08-31
GF.Infra.Modules: minor tweaks
hallgren
2011-08-30
GF.Infra.Modules: keep the modules of a grammar in a finite map instead of a ...
hallgren
2010-11-12
operations in the abstract syntax
krasimir
2010-06-18
Yay!! Direct generation of PMCFG from GF grammar
krasimir
2010-05-28
refactoring in GF.Grammar.Grammar
krasimir
2010-03-22
store and propagate the exact source location for all judgements in the gramm...
krasimir
2010-03-18
syntax for inaccessible patterns in GF
krasimir
2010-02-16
no need to keep the list of constructors per category in .gfo
krasimir
2010-01-31
refactor GF.Infra.Modules for better error messages
krasimir
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir