emacs-semantic-refactor 0.5-1.6f2c97d Refactoring tool for C/C++ and Lisp dialects

This package provides a refactoring tool based on the Emacs Semantic parser framework. For C and C++ it supports operations such as:

  1. Generating class implementations

  2. Generating function prototypes

  3. Converting functions to function pointers

  4. Moving semantic units

  5. etc...

For Lisp dialects like Clojure, ELisp, and Scheme, it supports operations such as:

  1. Formatting the whole buffer

  2. Converting sexpressions to one or multiple lines

  3. etc...