feat: Add transformation to Python and a menu item to call it
This commit is contained in:
parent
9985fe1dde
commit
cd5f02603b
6 changed files with 44 additions and 1 deletions
|
@ -4,6 +4,7 @@ imports
|
|||
|
||||
Syntax
|
||||
Analysis
|
||||
Transformation
|
||||
|
||||
language
|
||||
|
||||
|
|
7
editor/Transformation.esv
Normal file
7
editor/Transformation.esv
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Transformation
|
||||
|
||||
menus
|
||||
|
||||
menu: "Transform" (openeditor)
|
||||
|
||||
action: "Generate Python" = generate-python
|
Loading…
Add table
Add a link
Reference in a new issue