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
/
runtime
/
haskell-bind
/
PGF2
/
Expr.hsc
Age
Commit message (
Collapse
)
Author
2021-07-06
Add note in PGF2 documentation about risk for integer overflow.
John J. Camilleri
Closes #109
2019-02-20
added Data.Data.Data instance for Expr
krangelov
2017-09-28
the parser for abstract expressions in the C runtime now supports partial parses
Krasimir Angelov
2017-09-08
an initial sketch for PGF building API in the Haskell binding
Krasimir Angelov
2017-09-04
instance Eq Expr in the Haskell binding
Krasimir Angelov
2017-08-29
the embedded grammars now work with both the pure Haskell and the Haskell ↵
Krasimir Angelov
binding API
2017-02-10
safer memory management in the Haskell binding
krasimir
2017-01-26
bring the Haskell binding a bit closer to the pure Haskell API
krasimir
2017-01-26
added mkMeta and unMeta in the Haskell binding
krasimir
2017-01-26
added mkAbs and unAbs in the Haskell binding
krasimir
2017-01-26
add unStr,unInt and unFloat in the Haskell binding
krasimir
2017-01-25
improve the documentation for PGF2
krasimir
2015-11-19
added mkInt and mkFloat in the Haskell binding to make it easy to create ↵
krasimir
literal expressions
2015-09-10
PGF2.Expr: a fix for ghc-7.6
hallgren
Apparently Foreign.unsafePerformIO is not just a re-export of System.IO.Unsafe.unsafePerformIO (or vise versa), it is a different function, so you get an ambiguity if you import both.
2015-09-03
PGF2.Expr fixes
hallgren
It needs to be listed in gf.cabal unsafePerformIO is only exported from System.IO.Unsafe, starting with ghc-7.8
2015-09-02
added the minimal Haskell API for storing expressions/triples in the ↵
krasimir
semantic graph