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
/
Binary.hs
Age
Commit message (
Expand
)
Author
2015-06-23
Bump version of .gfo and .pgf files, improve error messages on version mismatch
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-09-08
(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo
hallgren
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2013-11-26
Represent identifiers as UTF-8-encoded ByteStrings
hallgren
2013-11-06
fix the deserialization of flags from the GFO files
kr.angelov
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-10-31
Add a cabal flag to use the standard binary package
hallgren
2013-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
2013-10-30
missing binary serialization for PImplArg in the .gfo files
kr.angelov
2013-09-19
Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remain
hallgren
2012-06-15
Add file name to error message when reading a bad .gfo file (in some cases)
hallgren
2011-12-02
missing cases in GF.Grammar.Binary
kr.angelov
2011-11-15
fix in the versioning of the .gfo files
kr.angelov
2011-11-15
now we store version number in every .gfo file. If the file is compiled with ...
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-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