REGnosys / rosetta-code-generators

Write code generators for any language, based on the rosetta DSL
Apache License 2.0
17 stars 33 forks source link

Python Generator - support use of Python keywords in Rune definitions #305

Closed dschwartznyc closed 5 months ago

dschwartznyc commented 5 months ago

This release updates the Python generator to enable Rune definitions to use Python keywords, soft keywords, and items whose names begin with "_" by munging these if / when found.

The release also:

Additionally, Python native unit tests are invoked as part of the Codefresh build process.

Included is a new version of the runtime (2.1.0).