| Age | Commit message (Collapse) | Author |
|
parsing line by line
|
|
|
|
variables. The type checker generates fresh indices
|
|
|
|
|
|
|
|
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.
|
|
|
|
abstract syntax
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
machines
|
|
of values w.r.t the type P. This was previously not checked, and caused hard-to-find run-time errors.
|