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
Age
Commit message (
Expand
)
Author
2023-09-25
Indent each line of an error message
Andreas Källberg
2021-07-12
Clean up redundant case expressions
Andreas Källberg
2021-07-12
Remove last traces of the Either in value2term
Andreas Källberg
2021-07-12
Remove the `Either Int` from value2term
Andreas Källberg
2021-07-08
Fix bug introduced in cdbe73eb475cf44e1a45b2abacb12756e394016a
John J. Camilleri
2021-07-08
Remove two missing-methods warnings
John J. Camilleri
2021-07-07
Replace tabs for whitespace in source code
John J. Camilleri
2021-07-06
Merge branch 'master' into concrete-new
Inari Listenmaa
2021-07-06
Merge pull request #118 from GrammaticalFramework/canonical
Inari Listenmaa
2021-07-02
Merge pull request #57 from inariksit/cc-bugfix-rgl-only
Inari Listenmaa
2021-07-01
Add --haskell=pgf2 flag
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
2021-07-01
Make cleanupRecordFields also recurse into variants
John J. Camilleri
2021-07-01
Remove record fields not in lincat
John J. Camilleri
2021-07-01
Add top-level signatures and general code cleanup
John J. Camilleri
2021-06-30
Sort record fields in lin definitions
John J. Camilleri
2021-06-30
Make GF.Grammar.Canonical.Id a type synonym for GF.Infra.Ident.RawIdent
John J. Camilleri
2021-06-29
Merge pull request #84 from ffrixslee/issue-46
Inari Listenmaa
2021-01-20
Don't print out the error msg for pattern matching unnecessarily
Inari Listenmaa
2020-11-10
Removed fromValue for boolV
Liyana
2020-11-10
Deleted redundant pattern match
Liyana
2020-11-10
Added explicit implementation for 'fromValue' in instance declaration for 'Pr...
Liyana
2020-09-05
Merge remote-tracking branch 'origin/master' into fix-newer-cabal
Andreas Källberg
2020-09-05
MonadFail: Make backwards-compatible
Andreas Källberg
2020-08-05
Fix most build errors
Andreas Källberg
2020-08-05
fix newer ghc: Don't try to be backwards compatible
Andreas Källberg
2020-08-05
First attempt at fixing incompabilities with newer cabal
Andreas Källberg
2020-08-03
Replace deprecated pragma with up-to-date one. (#17)
Inari Listenmaa
2020-07-31
Remove accidentally added space character in deriving clause.
Inari Listenmaa
2020-07-31
Remove characters that aren't allowed in Haskell data types.
Inari Listenmaa
2020-07-31
Add option "data" to Haskell options.
Inari Listenmaa
2020-07-06
an attempt to solve record extension overloading bug, commented out for the m...
aarneranta
2020-07-06
fixed issue #67 on order of record fields in overloading
aarneranta
2020-06-06
Hotfix for https://github.com/GrammaticalFramework/gf-core/issues/56
Inari Listenmaa
2020-06-05
Condense the unsupported token gluing as per John's suggestion
Inari Listenmaa
2020-06-04
Don't output "\n **" if helpfulMsg is empty.
Inari Listenmaa
2020-06-04
Add clarification to Internal error in GeneratePMCFG
Inari Listenmaa
2020-06-04
Add clarification to Unsupported token gluing (both good and bad case)
Inari Listenmaa
2020-06-04
Add clarification to "expected foo, inferred bar" type of error msgs
Inari Listenmaa
2020-06-04
Add clarification to "Pattern is not linear" error msg.
Inari Listenmaa
2020-06-04
Add suggestions to error messages that are caused by too few/many args
Inari Listenmaa
2020-03-15
restore the sequence ordering after -optimize-pgf
krangelov
2020-02-17
fix the compilation of case insensitive grammars
krangelov
2019-09-20
more dead code
krangelov
2019-09-20
removed more dead code
krangelov
2019-09-20
remove obsolete code
krangelov
2019-09-10
GrammarToCanonical: bug fix: add missing case for Empty
Thomas Hallgren
2019-07-10
Minor renamings in JSON format
John J. Camilleri
[next]