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
/
CheckGrammar.hs
Age
Commit message (
Expand
)
Author
2021-07-07
Replace tabs for whitespace in source code
John J. Camilleri
2021-07-01
Make imports in CheckGrammar a little more explicit
John J. Camilleri
2021-07-01
Rename GF.Compile.TypeCheck.RConcrete to GF.Compile.TypeCheck.Concrete
John J. Camilleri
2021-07-01
Rename GF.Compile.Compute.ConcreteNew to GF.Compile.Compute.Concrete
John J. Camilleri
2019-09-20
more dead code
krangelov
2019-09-20
remove obsolete code
krangelov
2019-04-25
GF.Compile.CheckGrammar: discard bad 'lincat C = …' with a warning
Thomas Hallgren
2018-04-18
Fixes for GHC 8.4.1 compatibility
Thomas Hallgren
2016-03-02
the experimental type checker in GF.Compile.TypeCheck.ConcreteNew is now rewr...
krasimir
2015-02-20
added option -plus-as-bind which treats (+) as a bind when used with runtime ...
krasimir
2014-10-21
ModuleName and Ident are now distinct types
hallgren
2014-08-22
Command line flag -s/-q now silences all warnings
hallgren
2014-07-27
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...
hallgren
2014-01-31
experimental type checker module GF.Compile.TypeCheck.RConcrete.hs with recor...
aarne
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-26
Represent identifiers as UTF-8-encoded ByteStrings
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-04-10
gf -s/-q now silences "no linearization of" warnings
hallgren
2012-12-14
More work on the new partial evaluator
hallgren
2012-12-11
partial evaluator work
hallgren
2012-11-13
Adding a new experimental partial evalutator
hallgren
2012-10-19
Consistenly use SourceGrammar instead of [SourceModule] when calling compiler...
hallgren
2012-06-26
Experiment with parallel grammar checks
hallgren
2012-06-26
Report many type errors instead of stopping after the first one
hallgren
2011-12-02
The typechecker is still unfinished but at least it can typecheck the English...
kr.angelov
2011-11-30
more stuff in the new type checker
kr.angelov
2011-11-29
Sketch of the new type checker for the concrete syntax. Enabled only with -ne...
kr.angelov
2011-11-17
bugfix in the overload resolution. It was accidentally introduced as part of ...
kr.angelov
2011-11-15
more structured format for errors and warnings from the compiler
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-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-07-01
reorganize the modules in GF.Compile.*
krasimir
2010-05-28
refactoring in GF.Grammar.Grammar
krasimir
2010-03-23
typo in CheckGrammar
krasimir
2010-03-23
use the new more accurate location information for some error messages
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