summaryrefslogtreecommitdiff
path: root/src/editor/simple/about.html
AgeCommit message (Collapse)Author
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.
2011-10-07gfse: documentation tweakshallgren
2011-09-28gfse: about.html updateshallgren
2011-09-27gfse: mention example-based grammar writing in about.htmlhallgren
2011-07-29gfse: some correctness checks for concrete syntaxhallgren
The editor now calls the GF server to check the syntax of expressions that are part of concrete syntax (except for parameter types). This is currently done by using the cc command of the GF shell, which puts some unnecessary restricitons on operation definitions...
2011-07-26gfse: about: added a note that each grammar has a unique identity ↵hallgren
independent of its name
2011-07-07gfse: new section "Grammars in the cloud" in about.htmlhallgren
2011-05-06gfse: you can now add concrete syntax for arbitrary languageshallgren
Before, you had to pick a language from a list of supported languages, but now you can also pick Other and change the language code afterwards.
2011-03-28gfse: added an alternate style sheet with the MOLTO color schemehallgren
2011-03-09gfse: documentation fixes, links to MOLTO meeting slides and compiler API ↵hallgren
document
2011-03-07gfse: create a new concrete syntax by copying an existing onehallgren
When adding a new concrete syntax to a grammar, the currently open concrete syntax will be copied. If the abstract syntax is currently open, the new concrete syntax will start out empty.
2011-02-28gfse: fix missing startcat flag bug + documentation updateshallgren
2011-02-28gfse: minor documentation and style improvementshallgren
2011-02-18gfse: fix typoshallgren
2011-02-18gfse: document that grammars can be uploaded and tested in the GF shell, the ↵hallgren
minibar and the translation quiz
2011-02-17Adding the prototype GF editor for simple multilingual grammarshallgren