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
2023-09-11
Improve syntax error messages
Andreas Källberg
2022-10-04
Extract the previous optimization to its own function
Andreas Källberg
2022-10-04
Use a Set in isInherited to speed up long extend lists
Andreas Källberg
2022-10-04
using an unparsable variable name in the internal desugaring of table extensi...
Aarne Ranta
2022-10-03
New construct: table update. Syntax t ** { cases }. Syntactic sugar for table...
aarneranta
2021-07-07
Replace tabs for whitespace in source code
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
2020-11-10
Deleted redundant pattern match
Liyana
2020-10-08
Fix syntax error problem for older versions of GHC
Andreas Källberg
2020-09-12
Remove MonadFail requirements for aeson code
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-02-18
another bug related to mattern matching on multiword expression
krangelov
2020-02-17
fix: pattern matching on strings should reconstruct the tokens after matching
krangelov
2019-09-20
more dead code
krangelov
2019-09-20
remove obsolete code
krangelov
2019-03-26
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
krangelov
2019-03-26
bugfix in the pretty printer
krangelov
2019-03-20
GF.Grammar.Canonical: pretty printer: omit some redundant brackets
Thomas Hallgren
2019-03-13
GF.Grammar.Canonical: some Functor/Foldable/Traversable instances
Thomas Hallgren
2019-03-12
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Thomas Hallgren
2019-03-12
GF.Grammar.Canonical: add TuplePattern and CommentedValue
Thomas Hallgren
2019-03-08
canonical GF: flatten several concatenations into one json array, and parse t...
Peter Ljunglöf
2019-03-08
added parsing of json into canonical GF
Peter Ljunglöf
2019-03-08
remove case expressions (no particular reason)
Peter Ljunglöf
2019-03-08
corrected json printing
Peter Ljunglöf
2019-03-07
Expose GF.Grammar.Canonical + some refactoring
Thomas Hallgren
2019-02-26
replace aeson with json
krangelov
2019-02-08
encoding/decoding canonical GF grammars to/from JSON and YAML
Peter Ljunglöf
2019-01-23
Export of concrete syntax to Haskell now goes via Canonical GF
Thomas Hallgren
2019-01-22
More work on the canonica_gf export
Thomas Hallgren
2019-01-18
Two fixes in GF.Grammar.Canonical
Thomas Hallgren
2019-01-17
Adding -output-format canonical_gf
Thomas Hallgren
2018-04-18
Fixes for GHC 8.4.1 compatibility
Thomas Hallgren
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
[next]