summaryrefslogtreecommitdiff
path: root/src/www/gfse/cloud.js
AgeCommit message (Collapse)Author
2012-02-10gfse: bug fix: syntax check in concrete syntax wasn't workinghallgren
In newer versions of GF the shell says "syntax error" instead of "parse error".
2012-02-09gfse: initial support for module extensionhallgren
There is a new way to create a new grammar based on an existing grammar: by extending it. (It is also possible to clone an existing grammar, a before.)
2011-10-12Improvements of "gf -server" mode and related setuphallgren
"gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete.