You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes nested if parsing in SAX parser
Adds support for nested if blocks by handling the case where an if element
ends while nested inside another if container. Previously, nested if blocks
were lost during parsing instead of being created as separate IfAction
instances.
Changes:
- Adds new pattern match case in handle_if_end for nested if containers
- Creates IfAction from nested if container and adds to parent block
- Enables proper parsing of complex conditional logic with nested if/else
Fixes SCION test if_else/test0 which now passes.
* Adds tests for nested if parsing
* Updates badges and adds active dev notice
---------
Co-authored-by: Claude <noreply@anthropic.com>
> This project is still under active development and things may change even though it is passed version 1. APIs, features, and behaviors may evolve as we continue improving SCXML compliance and functionality.
5
10
6
11
An Elixir implementation of SCXML (State Chart XML) state charts with a focus on W3C compliance.
0 commit comments