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
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
2012-12-19
GF.Grammar.Lookup: new function lookupResDefLoc
hallgren
2012-12-11
partial evaluator work
hallgren
2012-11-23
Fix a prededence bug in GF grammar pretty printer
hallgren
2012-11-07
GF.Grammar.PatternMatch: relax overly restrictive type signatures
hallgren
2012-10-25
GF.Grammar.Macros: add function collectPattOp
hallgren
2012-10-24
GF.Grammar.Macros: add function composPattOp
hallgren
2012-09-28
GF shell, show_operations: nicer looking types for linearization functions
hallgren
2012-09-27
GF shell, show_operations: also show the types of linearization functions
hallgren
2012-08-29
Use nub' instead of nub in some places, remove some unused nub imports
peter.ljunglof
2012-06-26
Report many type errors instead of stopping after the first one
hallgren
2012-06-25
printing ResValue judgements as comments, to provide useful information when ...
aarne
2012-06-15
Add file name to error message when reading a bad .gfo file (in some cases)
hallgren
2012-05-04
alex 3 incompatibility workaround
hallgren
2012-02-24
the Predef function eqVal to compare equality of parameter values
aarne
2012-02-22
gfse: experimental support for editing concrete syntax in text mode
hallgren
2011-12-02
missing cases in GF.Grammar.Binary
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-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-15
now the pretty printer in GF has a new mode called Internal. This is the most...
kr.angelov
[next]