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
path:
root
/
src
/
PGF.hs
Age
Commit message (
Expand
)
Author
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir
2009-12-05
added mkMeta and isMeta in PGF
krasimir
2009-11-29
TranslateApp now have browser for abstract syntax
krasimir
2009-11-26
change PGF.categories to return list of identifiers instead of types
krasimir
2009-10-24
expose the tree visualization via PGF API
krasimir
2009-10-23
experimental robust parser
krasimir
2009-10-15
added smart constructors for types in PGF
krasimir
2009-09-28
export the morphology API from PGF
krasimir
2009-09-11
added wrapper functions for expression manipulations in PGF. The Haskell API ...
krasimir
2009-09-11
polish the PGF API and make Expr and Type abstract types. Tree is a type syno...
krasimir
2009-09-08
now the datatype Tree is only internal. All API functions are working with Ex...
krasimir
2009-09-07
export Hypo(..) from PGF
krasimir
2009-09-06
hopefully complete and correct typechecker in PGF
krasimir
2009-07-05
PGF.Type.Hypo now can represent explicit and implicit arguments and argument ...
krasimir
2009-09-05
simple profiler for PMCFG
krasimir
2009-08-19
add functions and functionType to the PGF API
krasimir
2009-05-23
now in the command shell the primary type in the pipe is Expr not Tree. This ...
krasimir
2009-05-20
refactor the PGF.Expr type and the evaluation of abstract expressions
krasimir
2008-12-11
a dialogue-like editor loop
aarne
2008-10-28
remove some redundant imports of GF.Text.UTF8
krasimir
2008-10-28
binary serialization for PGF
krasimir
2008-10-28
Changed PGF.complete to include the given input if it can be parsed as a comp...
bjorn
2008-10-20
Added --parser=ondemand flag.
bjorn
2008-10-20
Added on-demand parser generation back in. It's pretty unproblematic, and can...
bjorn
2008-10-20
fixed typo in the Haddock documentation
krasimir
2008-10-20
Reorganize PGF export list to get easier to read haddock.
bjorn
2008-10-20
Added Read and Show instances for CId. Also added readCId :: String -> Maybe ...
bjorn
2008-10-20
Added Read and Show instances for Type. This required moving some code around.
bjorn
2008-10-20
Replace Category with Type in the PGF API. Added readLanguage and showLanguage.
bjorn
2008-10-20
preparation for dep. types. The -cat option can take any type instead of just...
krasimir
2008-10-20
export wildCId from PGF.hs
krasimir
2008-10-20
add parser and pretty printer for types
krasimir
2008-10-16
Removed on-demand parser generation from the PGF interpreter.
bjorn
2008-10-16
Moved parser building in the PGF interpreter to PGF.hs from PGF/Raw/Convert.h...
bjorn
2008-10-14
rudimentary abstract syntax type checker and solver in PGF
aarne
2008-10-14
the new optimized incremental parser and the common subexpression elimination...
krasimir
2008-10-13
added a paraphrase method applying def's in both directions, in subtrees, and...
aarne
2008-10-10
a first version of PGF.AbsCompute
aarne
2008-09-26
Added 'complete' function to the PGF API. This is a higher-level API to the c...
bjorn
2008-08-18
Added canParse function to the PGF API. Make parseAllLang and parseAll skip l...
bjorn
2008-08-18
Added languageCode function to the PGF API.
bjorn
2008-06-26
fixed decodeUTF8 for pgf; removed old resources from darcs
aarne
2008-06-25
changed names of resource-1.3; added a note on homepage on release
aarne