We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Scope] only support formats that (pick one):
let parser = Scdlang::new(); parser.transform().expressions .nth(0).current_state("B")? .next_state("A")?.event("C")?; assert_eq!("A -> B", &parser.to_string());
Possibly, it will use the caches to build the syntax string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[Scope] only support formats that (pick one):
Possible formats:
@xstate/graph(prone to changes)CSV/HTML/Markdown of state transition table(there is lot of variants)API (prone to changes)
Possibly, it will use the caches to build the syntax string
Resources
The text was updated successfully, but these errors were encountered: