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
Age
Commit message (
Expand
)
Author
2015-08-28
Comment out some dead code found with -fwarn-unused-binds
hallgren
2015-06-23
Bump version of .gfo and .pgf files, improve error messages on version mismatch
hallgren
2015-05-11
added all orthographic primitives
krasimir
2015-03-05
remove some more old code
krasimir
2015-02-16
Changes for compatibility with ghc-7.10-rc2
hallgren
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-21
Renaming SourceGrammar to Grammar and similarly for some related types
hallgren
2014-10-20
Remove some dead code
hallgren
2014-10-16
More haddock documentation improvements
hallgren
2014-10-15
Fixes for the haddock documentation
hallgren
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-09-17
appForm now skips over Typed expressions
kr.angelov
2014-09-08
(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo
hallgren
2014-08-13
Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8
hallgren
2014-07-28
Convert from Text.PrettyPrint to GF.Text.Pretty
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-06-12
now GF keywords can be used as identifiers if they are quoted
kr.angelov
2014-03-21
refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...
kr.angelov
2014-02-01
new overload resolution, taking care of ad hoc overloading.
aarne
2014-02-01
ad hoc overloading: a new way to deal with name resolution conflicts. Previou...
aarne
2013-12-06
Show relative file paths in error messages
hallgren
2013-11-29
Move checkPredefError from GF.Compile.Compute.ConcreteLazy to GF.Grammar.Macros
hallgren
2013-11-26
Represent identifiers as UTF-8-encoded ByteStrings
hallgren
2013-11-25
Change how GF deals with character encodings in grammar files
hallgren
2013-11-22
the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...
kr.angelov
2013-11-20
Reduced clutter in monadic code
hallgren
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-11
Fix Issue 41: "," in context-free rules causes parsing failure
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-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
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-09-19
Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 modules
hallgren
2013-09-09
Fix an old name shadowing bug in concrete syntax by removing the refresh pass
hallgren
2013-09-05
Fix an old bug that prevented pattern matching agains values containg tables
hallgren
2013-08-23
nonExist now does the expected thing
kr.angelov
2013-08-07
Better error messages for attempts to redefine predefined constants
hallgren
2013-02-28
pattern match length estimation code simplication
hallgren
2013-02-27
Faster regular expression pattern matching in the grammar compiler.
hallgren
2013-02-27
GF grammar pretty printer improvements
hallgren
2013-02-12
now the beam size for the statistical parser can be configured by using the f...
kr.angelov
2013-01-28
Quick fix to render some parser error messages from UTF-8-encoded source file...
hallgren
[prev]
[next]