summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-20Added Read and Show instances for CId. Also added readCId :: String -> Maybe ...bjorn
2008-10-20Added Read and Show instances for Type. This required moving some code around.bjorn
2008-10-20Replace Category with Type in the PGF API. Added readLanguage and showLanguage.bjorn
2008-10-20Added 'run' target to gf-server Makefile. It compiles the server, and starts ...bjorn
2008-10-20Added compiled GWT code to repo.bjorn
2008-10-20gf-server: New URL format: /grammar.pgf/commandbjorn
2008-10-20lighttpd.conf tweakbjorn
2008-10-20fastcgi: better grammar cache implementation: don't deadlock on exceptionsbjorn
2008-10-17(fastcgi) replace DataRef with a more general Cache type, which can hold seve...bjorn
2008-10-20preparation for dep. types. The -cat option can take any type instead of just...krasimir
2008-10-20export wildCId from PGF.hskrasimir
2008-10-20add parser and pretty printer for typeskrasimir
2008-10-19move the literal category names to PGF.Macroskrasimir
2008-10-19move PGF.Quiz to GF.Quiz. It is not part of the PGF APIkrasimir
2008-10-17lighttpd.conf: use default server.event-handler = "select"bjorn
2008-10-17gf-server-jsapi: clean up old callbacksbjorn
2008-10-17Don't include parsers for Ger, Dan, Nor in server/demo.pgf and server/lang.pgfbjorn
2008-10-17Fixed URL in gwt-client/Translate-shell-external to work with lighttpdbjorn
2008-10-17Use JSON-P in gf-server-jsapi.jsbjorn
2008-10-17Added JSON-P support to fastcgi server.bjorn
2008-10-17Delete gf.fcgi in src/server/Makefile.bjorn
2008-10-16A bunch of changes that make it easy to run the gf server with lighttpdbjorn
2008-10-16Multithreaded gf.fcgi.bjorn
2008-10-16server/makefile added test.pgf target.bjorn
2008-10-16Export list in GF.Compile.GetGrammarbjorn
2008-10-16Copy command-line flags to in-memory module when reading from a .gfo file. Th...bjorn
2008-10-16In shell "p" command, only try languages that have a parser.bjorn
2008-10-16build pgf files in src/server with erasing parsingbjorn
2008-10-16Allow giving .gfo files as gfc command-line arguments.bjorn
2008-10-16Removed on-demand parser generation from the PGF interpreter.bjorn
2008-10-16Moved parser building in the PGF interpreter to PGF.hs from PGF/Raw/Convert.h...bjorn
2008-10-16A bit more verbosity when combining PGF files. Use putPointE when writing out...bjorn
2008-10-16Honor --erasing flag from command-line also when compiling existing .gfo to PGF.bjorn
2008-10-16code tweak: use Map.findWithDefault in PGF.Macros.lookMapbjorn
2008-10-15restored the possibility to compile .cf files to gfaarne
2008-10-15high-order syntax in PMCFGkrasimir
2008-10-15rename some variable nameskrasimir
2008-10-15Copy command-line options to module flags when compiling to .gfo.bjorn
2008-10-15Merge ModuleOptions and Options.bjorn
2008-10-15Added OPTIONS class to make options handling somewhat nicer. Next, I will mer...bjorn
2008-10-15rename emptyFRulesEnv to emptyGrammarEnvkrasimir
2008-10-15threat category _Var as a literal categorykrasimir
2008-10-15generate metavariables in the tree extraction for PMCFGkrasimir
2008-10-15store the total number of PMCFG categories in the PGF filekrasimir
2008-10-14literal categories in the incremental parserkrasimir
2008-10-14rudimentary abstract syntax type checker and solver in PGFaarne
2008-10-14pass the full Tokn type to the add function not just the KS stringkrasimir
2008-10-14paraphrase works a little better now ; added examples/paraphrase for testingaarne
2008-10-14remove trace in the PMCFG compilationkrasimir
2008-10-14the new optimized incremental parser and the common subexpression elimination...krasimir