| Age | Commit message (Collapse) | Author |
|
moment
|
|
|
|
Fixes #51
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
complete types
|
|
It was only needed for compatibility with directory<1.2, but
directory>=1.2 has been shipped with ghc since ghc-7.6.
Note: time-compat-1.9.* (the current version) is a completely different
package, that does not provide the needed function toUTCTime, which
was provided in time-compat-0.1.*.
|
|
e.g. if C is a fun and not a cat in the abstract syntax.
Discarding bad lincats prevents GF from generating malformed PGFs that
are rejected by the C run-time system.
I also added code to reject bad lincats with an error, but I left it
commented out since it seems a bit pedantic compared to GF's otherwise
rather sloppy grammar checking.
|
|
|
|
|
|
|
|
since unreachable rows can become reachable after grammar transformation.
Also export smart constructors for projection and selection.
|
|
|
|
|
|
|
|
|
|
|
|
the array back into concatenations
|
|
|
|
|
|
some object labels must be preceded by ".", to not be in conflict with GF records (which are stored as json objects)
plus some minor bugfixes and cleaning
|
|
|
|
to make it available in other tools by depending on the gf package and
importing it
|
|
|
|
|
|
Also remove ununsed GF.Compile.PGFtoAbstract
|
|
|
|
|