| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #72
|
|
|
|
|
|
Fix #92 (inappropriate error message)
|
|
|
|
|
|
|
|
|
|
the problem that some sentences were impossible to parse.
|
|
|
|
|
|
|
|
'JSON PGF.Trie'
|
|
|
|
'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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|