thepeacockproject / StateMachineParser

Check what an IOI state machine would return for a given input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `$` event

RDIL opened this issue · comments

grape found a special property, $, which, when used as an event name, runs on every event.
We should support it.

Anything that starts with $ will work, actually.
I found it by accident when I used $Timer instead of $timer.

Does that also mean timers can run outside of events named $timer?