mirror of
https://github.com/Ed94/refactor.git
synced 2025-10-29 05:50:55 -07:00
d01625d464eecc631646f26ef8b24d13a5c982b2
refactor
A code identifier refactoring app. Intended for c/c++ like identifiers.
Parameters :
-source,-src: Source file to refactor-destination,-dst: Destination file after the refactor (omit to use the same as source)-specification,-spec: Specification containing rules to use for the refactor.
Syntax :
notOmit word or namespace.wordFixed sized identifier.namespaceVariable sized identifiers, mainly intended to redefine c-namespace of an identifier.,is used to delimit arguments to word or namespace.L-Valueis the signature to modify.R-Valueis the substitute ( only available if rule does not usenotkeyword )
TODO:
- Possibly come up with a better name.
- Cleanup memory usage (it hogs quite a bit or what it does..)
Description
Languages
C++
81.4%
PowerShell
16.6%
Meson
2%