Skip to content
New issue

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

Write a stacking automaton #1

Open
half-potato opened this issue Oct 21, 2018 · 1 comment
Open

Write a stacking automaton #1

half-potato opened this issue Oct 21, 2018 · 1 comment

Comments

@half-potato
Copy link
Contributor

half-potato commented Oct 21, 2018

Difficulty: Medium
Skills req: A nice language that we can agree on, Stacking Automata (PDA)

@ahaggart
Copy link

ahaggart commented Oct 21, 2018

Use the stack to deal with subroutines and "asynchronous" events like process death.

Example: Pathing Reboot state that boots pathing then returns to a state based on the contents of the stack. When pathing dies, the current state pushes itself to the stack and transitions to Pathing Reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants