summaryrefslogtreecommitdiff
path: root/src/www/syntax-editor/README.md
diff options
context:
space:
mode:
authorjohn.j.camilleri <john.j.camilleri@chalmers.se>2012-11-21 15:24:44 +0000
committerjohn.j.camilleri <john.j.camilleri@chalmers.se>2012-11-21 15:24:44 +0000
commit381dc3900cbdef699ace67113c61adf2016eef17 (patch)
tree7a23fbcec8d19e462e619afb14bcabc4f5f2717a /src/www/syntax-editor/README.md
parent8bd58a02970d3650b5b3efb6298f40529737c2d8 (diff)
Syntax editor: start with initial AST
Note that the argument has been renamed to initial.abstr (Where abstr means an abstract syntax tree in string form, NOT an AST object)
Diffstat (limited to 'src/www/syntax-editor/README.md')
-rw-r--r--src/www/syntax-editor/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/www/syntax-editor/README.md b/src/www/syntax-editor/README.md
index 5da1f507f..04ae031b6 100644
--- a/src/www/syntax-editor/README.md
+++ b/src/www/syntax-editor/README.md
@@ -19,8 +19,7 @@ An improved version of the [old syntax editor][1].
grammar: "http://localhost:41296/grammars/Foods.pgf",
startcat: "Kind",
languages: ["Eng","Swe","Mlt"],
- ast: null,
- node_id: null
+ abstr: "Pred (That Fish) Expensive"
},
show: {
grammar_menu: true,
@@ -33,7 +32,6 @@ An improved version of the [old syntax editor][1].
## TODO
- Link to jump into minibar
-- Start with initial grammar, startcat, ast
- Compatibility with grammars with dependent category types
- Clicking on tokens to select tree node
- Use local caching