diff options
| author | hallgren <hallgren@chalmers.se> | 2011-05-06 15:24:45 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-05-06 15:24:45 +0000 |
| commit | c207175e983bdb10e160310d3285a979dd66b4ea (patch) | |
| tree | ace49d22eec830ff490efa17e79c7abfdffaba3a /src/editor/simple/TODO | |
| parent | a01d18dd33573fdcdc0f5ddb10be49efb78409d2 (diff) | |
gfse: you can now add concrete syntax for arbitrary languages
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.
Diffstat (limited to 'src/editor/simple/TODO')
| -rw-r--r-- | src/editor/simple/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editor/simple/TODO b/src/editor/simple/TODO index 9e064dabc..df64d2b1e 100644 --- a/src/editor/simple/TODO +++ b/src/editor/simple/TODO @@ -22,6 +22,8 @@ + Show lincat and lin before params and opers below + Create a new concrete syntax by copying an existing one. - Easy access to compute_concrete from the editor +- Instead of starting with an empty grammar, start a new grammar by copying + an example. + compile only the uploaded grammar even if other grammars are present + 'flags startcat' is needed for grammars with only one category (since the |
