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
2017-03-07
GF.Grammar.Printer now has a Terse mode which prints record types with lock f...
krasimir
2017-03-06
added overload resolution in the experimental type checker
krasimir
2016-04-07
Lexer.x & Parser.y: add a partial parser for terms
hallgren
2016-04-06
Lexer.x: fix cyclic Functor instance
hallgren
2016-03-22
fix the handling of separators in BNFC which are not nonempty
krasimir
2016-03-22
CFGtoPGF is now extended to support context-free grammars with primitive para...
krasimir
2016-03-21
added missing module GF.Grammar.BNFC
krasimir
2016-03-21
fix comment in GF.Grammar.CFG
krasimir
2016-03-21
initial support for BNFC syntax in context-free grammars for GF. Not all feat...
krasimir
2015-09-29
GF source lexer: allow numeric character escapes in string literals
hallgren
2015-09-28
Preliminary new shell feature: cc -trace.
hallgren
2015-08-31
GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLn
hallgren
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
[next]