| Age | Commit message (Collapse) | Author |
|
Apparently I don't understand how pattern-matching works in Haskell
|
|
|
|
|
|
|
|
Closes #64
|
|
|
|
resolves GrammaticalFramework/gf-core/#97
|
|
|
|
Fixes to canonical compilation
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|