| Age | Commit message (Collapse) | Author |
|
|
|
Hotfix for #56 (cc doesn't work for many RGL languages)
|
|
|
|
|
|
|
|
|
|
|
|
It's possible that more constructors need to be handled
|
|
Fixes #100, #101
|
|
|
|
Fixes #102
|
|
This avoids a lot of conversion back and forth between Strings and ByteStrings
This commit was cherry-picked from d0c27cdaae78c670b098740bfb49b428d900e640 (lpgf branch)
|
|
Issue 46 (various deprecations during compilation of GF)
|
|
|
|
They don't provide useful info anyways and they are needlessly verbose.
|
|
|
|
|
|
|
|
|
|
|
|
'Predef Bool'
|
|
|
|
|
|
The implementation was meant to lift from SIO to IO,
but instead it was just the identity function,
which means that `fail = id . fail` and we have an infinite loop.
|
|
|
|
|
|
|
|
|
|
Also upgrade alex/happy so automatic install works
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GF allows more characters in its types, as long as they are inside
single quotes. E.g. 'VP/Object' is a valid name for a GF category,
but not for a Haskell data type.
|
|
Imports Data.Data, all GF types derive Data, and uses DeriveDataTypeable.
|
|
moment
|
|
|
|
Fixes #51
|
|
|
|
|
|
|
|
|
|
|
|
|