summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-27GWT: Hold on to the previous suggestions, and try filtering them before ↵bjorn
asking the server.
2008-10-27GWT: added IterableJsArray.isEmpty().bjorn
2008-10-27missing case in PGF generationaarne
2008-10-25fix typokrasimir
2008-10-25Windows fix: the default coding isn't utf8 but the current system codepage. ↵krasimir
The se command changes the codepage as well as the coding
2008-10-25add cp1252. usefull for Swedish and Germankrasimir
2008-10-25extend the cp1251 coding to cover all cyrillic letterskrasimir
2008-10-24GWT: hide stale suggestions.bjorn
2008-10-24GWT code import tweak.bjorn
2008-10-24More GWT refactoring.bjorn
2008-10-23Added Eclipse project stuff for the GWT library. Some refactoring of the GWT ↵bjorn
code.
2008-10-22Added PGF.parse method to GWT client.bjorn
2008-10-22Some refactoring of the GWT translator.bjorn
2008-10-22fix the word completion in the shellkrasimir
2008-10-22fix a typo. It is option "-cat" not "-type"krasimir
2008-10-22Make GWT compilation easier.bjorn
2008-10-22Remove compiled GWT stuff.bjorn
2008-10-22gf-server: preliminary Ubuntu instructionsbjorn
2008-10-22Recompiled GWT code. I should drop the compiled code from the repo soon, ↵bjorn
this is getting tedious.
2008-10-22Rename the GWT Translate module to PGF. Rename the GF class to PGF.bjorn
2008-10-22Change GWT compilation scripts to make it easier to change the GWT dir location.bjorn
2008-10-22New compiled GWT stuff.bjorn
2008-10-22Reorganize GWT stuff into a reusable module and one application module.bjorn
2008-10-21efficient and nicer implementation for literal categorieskrasimir
2008-10-20gf-server: move some general stuff to FastCGIUtilsbjorn
2008-10-20the literal categories were slowing down the parser 3 times. this is quick ↵krasimir
and dirty workaround until I find something cleverer.
2008-10-20Added --parser=ondemand flag.bjorn
2008-10-20Added PGF.Macros.mapConcretesbjorn
2008-10-20Added on-demand parser generation back in. It's pretty unproblematic, and ↵bjorn
can help with memory use in some cases.
2008-10-20Added new generated GWT output.bjorn
2008-10-20Removed the flag icons from the GWT client.bjorn
2008-10-20Update gf-server instructions and configuration.bjorn
2008-10-20fixed typo in the Haddock documentationkrasimir
2008-10-20Reorganize PGF export list to get easier to read haddock.bjorn
2008-10-20Update gf-server to compile with changed PGF API.bjorn
2008-10-20Added Read and Show instances for CId. Also added readCId :: String -> Maybe ↵bjorn
CId, and use that for readLanguage.
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
lighttpd.
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 ↵bjorn
several PGF grammars.
2008-10-20preparation for dep. types. The -cat option can take any type instead of ↵krasimir
just a category. The PGF API is generalized as well.
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