module hst;

// Handy state

enum hand_parse_state
{
    idle,
    collecting,
    dead,
    ignorant
}