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
Age
Commit message (
Expand
)
Author
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
Added 'run' target to gf-server Makefile. It compiles the server, and starts ...
bjorn
2008-10-20
Added compiled GWT code to repo.
bjorn
2008-10-20
gf-server: New URL format: /grammar.pgf/command
bjorn
2008-10-20
lighttpd.conf tweak
bjorn
2008-10-20
fastcgi: better grammar cache implementation: don't deadlock on exceptions
bjorn
2008-10-17
(fastcgi) replace DataRef with a more general Cache type, which can hold seve...
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-19
move the literal category names to PGF.Macros
krasimir
2008-10-19
move PGF.Quiz to GF.Quiz. It is not part of the PGF API
krasimir
2008-10-17
lighttpd.conf: use default server.event-handler = "select"
bjorn
2008-10-17
gf-server-jsapi: clean up old callbacks
bjorn
2008-10-17
Don't include parsers for Ger, Dan, Nor in server/demo.pgf and server/lang.pgf
bjorn
2008-10-17
Fixed URL in gwt-client/Translate-shell-external to work with lighttpd
bjorn
2008-10-17
Use JSON-P in gf-server-jsapi.js
bjorn
2008-10-17
Added JSON-P support to fastcgi server.
bjorn
2008-10-17
Delete gf.fcgi in src/server/Makefile.
bjorn
2008-10-16
A bunch of changes that make it easy to run the gf server with lighttpd
bjorn
2008-10-16
Multithreaded gf.fcgi.
bjorn
2008-10-16
server/makefile added test.pgf target.
bjorn
2008-10-16
Export list in GF.Compile.GetGrammar
bjorn
2008-10-16
Copy command-line flags to in-memory module when reading from a .gfo file. Th...
bjorn
2008-10-16
In shell "p" command, only try languages that have a parser.
bjorn
2008-10-16
build pgf files in src/server with erasing parsing
bjorn
2008-10-16
Allow giving .gfo files as gfc command-line arguments.
bjorn
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-16
A bit more verbosity when combining PGF files. Use putPointE when writing out...
bjorn
2008-10-16
Honor --erasing flag from command-line also when compiling existing .gfo to PGF.
bjorn
2008-10-16
code tweak: use Map.findWithDefault in PGF.Macros.lookMap
bjorn
2008-10-15
restored the possibility to compile .cf files to gf
aarne
2008-10-15
high-order syntax in PMCFG
krasimir
2008-10-15
rename some variable names
krasimir
2008-10-15
Copy command-line options to module flags when compiling to .gfo.
bjorn
2008-10-15
Merge ModuleOptions and Options.
bjorn
2008-10-15
Added OPTIONS class to make options handling somewhat nicer. Next, I will mer...
bjorn
2008-10-15
rename emptyFRulesEnv to emptyGrammarEnv
krasimir
2008-10-15
threat category _Var as a literal category
krasimir
2008-10-15
generate metavariables in the tree extraction for PMCFG
krasimir
2008-10-15
store the total number of PMCFG categories in the PGF file
krasimir
2008-10-14
literal categories in the incremental parser
krasimir
2008-10-14
rudimentary abstract syntax type checker and solver in PGF
aarne
2008-10-14
pass the full Tokn type to the add function not just the KS string
krasimir
2008-10-14
paraphrase works a little better now ; added examples/paraphrase for testing
aarne
2008-10-14
remove trace in the PMCFG compilation
krasimir
2008-10-14
the new optimized incremental parser and the common subexpression elimination...
krasimir
[next]