feat: Add transformation to Python and a menu item to call it

This commit is contained in:
Glen Whitney 2020-12-09 20:46:06 -08:00
parent 9985fe1dde
commit cd5f02603b
6 changed files with 44 additions and 1 deletions

View file

@ -4,6 +4,7 @@ imports
Syntax
Analysis
Transformation
language

View file

@ -0,0 +1,7 @@
module Transformation
menus
menu: "Transform" (openeditor)
action: "Generate Python" = generate-python