index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2009-09-14
clean up the GF.Grammar API
krasimir
2009-09-14
Use GF.Grammar.Printer everywhere instead of PrGrammar
krasimir
2009-09-14
fix typo in CheckGrammar
krasimir
2009-09-14
added some tests in the testsuite for the compiler
krasimir
2009-09-14
CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that ↵
krasimir
was hiding the warnings
2009-09-13
added needsTypeCheck parameter to CommandInfo. The argument to the command ↵
krasimir
is typechecked only if needsTypeCheck=True
2009-09-13
the testsuite\runtime\parser test now generates random trees to test the ↵
krasimir
parser with
2009-09-11
added wrapper functions for expression manipulations in PGF. The Haskell API ↵
krasimir
now uses the wrappers
2009-09-11
polish the PGF API and make Expr and Type abstract types. Tree is a type ↵
krasimir
synonym of Expr
2009-09-08
now the datatype Tree is only internal. All API functions are working with ↵
krasimir
Expr directly. Commands gt, gr, p and rf filter out the output via the typechecker
2009-09-07
export Hypo(..) from PGF
krasimir
2009-09-07
make the PMCFG generation lazy again. it was made strict when the profiler ↵
krasimir
was introduced
2009-09-06
hopefully complete and correct typechecker in PGF
krasimir
2009-07-07
bugfixes in the parser for PGF.Type.Type
krasimir
2009-07-05
bugfix in PGF.Expr.apply
krasimir
2009-07-05
PGF.Type.Hypo now can represent explicit and implicit arguments and argument ↵
krasimir
without bound variable
2009-07-05
PGF.Expr.eval now returns suspension when a meta variable is encountered
krasimir
2009-09-05
simple profiler for PMCFG
krasimir
2009-09-03
revised FoodsHeb
aarne
2009-08-27
the -dump-X options should convert to UTF8
krasimir
2009-08-29
food grammars added, with copyright statements
aarne
2009-08-28
added contrib and summerschool
aarne
2009-08-27
if there is oper patt = #(...) then it also should be decoded to Unicode
krasimir
2009-08-27
some corrections in Bronzeage
aarne
2009-08-27
Persian transliteration
aarne
2009-08-25
let the 'se utf8' command change the terminal codepage to 65001 on Windows
krasimir
2009-08-21
ancient greek ut additions
aarne
2009-08-19
the parsing test now evaluates all languages
krasimir
2009-08-19
add functions and functionType to the PGF API
krasimir
2009-08-18
let the GF.Grammar.Printer printer output the unicode symbols directly
krasimir
2009-08-18
fix the unicode encoding problem with the cc command
krasimir
2009-08-07
transliteration now needs addition only in one file; a code can be more than ↵
aarne
2 chars; ancientgreek added
2009-08-06
merge some changes from the latest version of Data.Binary. Makes the binary ↵
krasimir
decoding faster
2009-07-22
added testcase for pattern matching on runtime variables
krasimir
2009-07-22
updated the output in testsuite/compiler/check/lins
krasimir
2009-07-07
added testcases for evaluation with suspension
krasimir
2009-07-06
added example for abstract syntax of RDF
krasimir
2009-06-24
updated bibliography
aarne
2009-06-24
simplification: decodeFile doesn't have to check that the file is empty anymore
krasimir
2009-06-24
make the Functor Get instance in Data.Binary strict to be sure that the ↵
krasimir
decoder is strict
2009-06-24
bugfix: Use openBinaryFile in Data.Binary.decodeFile. It makes difference ↵
krasimir
only on Windows
2009-06-24
explicitly close the file handle in Data.Binary.decodeFile
krasimir
2009-06-23
make Data.Binary.decodeFile stricter. It seems like this fixes the file ↵
krasimir
locking problem on Linux
2009-06-23
added preCopy and postCopy hooks in Setup.hs
krasimir
2009-06-23
made .cf grammars take their startcat from the first rule
aarne
2009-06-22
next-lib renamed to lib, lib to old-lib
aarne
2009-06-22
cleaning up overshadow failure to warning, after testing resource compilation
aarne
2009-06-22
some more fixes for cleaner compilation of alltensenses
aarne
2009-06-22
fixed warnings in present compilation of resource, esp. unreached patterns
aarne
2009-06-22
test unification in TypeCheck
aarne
[next]