| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It appears that GHC can't keep GF.hs and gf.hs apart on systems with case
insensitive file names.
|
|
The module src/compiler/GF.hs now serves as a prelimiary compiler API. It just
exports a selection of functions and types from the compiler.
Haddock documentation can be generated with
cabal haddock --hyperlink-source
Also bumbed the version number to 3.6.10.
|
|
|
|
|
|
|
|
... to GF.Interactive, GF.Compiler & GF.Server, respectively.
|
|
|
|
|
|
`make sdist` will create a `dist/gf-<version>.tar.gz package
with the source files (using the `darcs dist` command).
|
|
|
|
abstract syntax
|
|
|
|
|
|
|
|
|
|
before
|
|
Haskell runtime but will be intepreted in the C runtime
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libgu
|
|
|
|
|
|
|
|
nullary constructors. closures are dynamically allocated only for CAFs. this reduces memory use and time to allocate dynamic closures
|
|
|
|
|
|
|
|
the pgf_evaluate_expr_thunk function. this ensures lazyness
|
|
|
|
|
|
a failing function will not crash
|
|
|
|
|
|
|
|
you try to use it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
somehow did not push before
|