Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Xtext Project Plan/Features/Tooling/Refactoring"

 
Line 4: Line 4:
  
 
-- add refactoring to rename tokens, rename rules, and replace literals with token name
 
-- add refactoring to rename tokens, rename rules, and replace literals with token name
 +
 +
-- MOST IMPORTANT for a serious dsl (workbench) tool: add refactoring for the generated (runtime) dsl part
  
 
--[[User:Openarchitectureware+bugs.gmail.com|mclay]] 15:16, 26 May 2008 (EDT)
 
--[[User:Openarchitectureware+bugs.gmail.com|mclay]] 15:16, 26 May 2008 (EDT)

Latest revision as of 16:19, 27 October 2008

-- add refactoring option to migrate LR-based grammars to an LL-based grammar for ANTLR

-- add refactoring to extract and inline rules

-- add refactoring to rename tokens, rename rules, and replace literals with token name

-- MOST IMPORTANT for a serious dsl (workbench) tool: add refactoring for the generated (runtime) dsl part

--mclay 15:16, 26 May 2008 (EDT)

Back to the top