jhuapl-boss / heaviside

Python library and DSL for working with AWS StepFunctions
Apache License 2.0
35 stars 10 forks source link

Parser AST and Activity framework updates #1

Closed derek-pryor closed 7 years ago

derek-pryor commented 7 years ago

Parser updates:

Activity updates:

Considering these updates Heaviside v1.0

derek-pryor commented 7 years ago

Updated and expanded the documentation about the transform block. Agree that the wording of the statement was not understandable. Also discovered that ChoiceStates should not contain a ResultsPath, so modified the parser to correctly error in that case.