From 381dc3900cbdef699ace67113c61adf2016eef17 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Wed, 21 Nov 2012 15:24:44 +0000 Subject: 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) --- src/www/syntax-editor/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/www/syntax-editor/README.md') 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 -- cgit v1.2.3