| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New features in PGF to Haskell translation
|