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
/
Macros.hs
Age
Commit message (
Expand
)
Author
2021-06-30
Sort record fields in lin definitions
John J. Camilleri
2020-09-05
MonadFail: Make backwards-compatible
Andreas Källberg
2020-08-05
Fix most build errors
Andreas Källberg
2019-09-20
more dead code
krangelov
2019-09-20
remove obsolete code
krangelov
2015-08-31
GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLn
hallgren
2015-03-05
remove some more old code
krasimir
2014-12-11
GF.Grammar.Macros: generalize the type of collectOp
hallgren
2014-10-22
Various small changes for improved documentation
hallgren
2014-10-21
ModuleName and Ident are now distinct types
hallgren
2014-10-20
Remove some dead code
hallgren
2014-10-16
More haddock documentation improvements
hallgren
2014-09-17
appForm now skips over Typed expressions
kr.angelov
2014-07-27
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...
hallgren
2013-11-29
Move checkPredefError from GF.Compile.Compute.ConcreteLazy to GF.Grammar.Macros
hallgren
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-02-27
Faster regular expression pattern matching in the grammar compiler.
hallgren
2012-10-25
GF.Grammar.Macros: add function collectPattOp
hallgren
2012-10-24
GF.Grammar.Macros: add function composPattOp
hallgren
2012-06-26
Report many type errors instead of stopping after the first one
hallgren
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
Some experiments with PSeq (left commented out)
hallgren
2011-09-07
GF.Grammar.Macros: simplify composOp and composSafeOp
hallgren
2011-09-01
GF.Grammar.*: generalized the type of some functions that can not fail from t...
hallgren
2011-03-03
overloaded opers included in sorting of judgements
aarne
2011-02-28
the command show_operations to inspect opers in scope
aarne
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-05-28
composOp should iterate under ImplArg
krasimir
2010-03-22
store and propagate the exact source location for all judgements in the gramm...
krasimir
2010-02-16
no need to keep the list of constructors per category in .gfo
krasimir
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir