[racket] machine states diagrams

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Sun Jan 25 18:27:58 EST 2015

On Sun, Jan 25, 2015 at 5:09 PM, Catonano <catonano at gmail.com> wrote:
>
> 2014-12-02 17:03 GMT+01:00 Jens Axel Søgaard <jensaxel at soegaard.net>:
>>
>> Here is an example drawing a simple state machine with MetaPict.
>> It shows a little state machine that accepts numbers with
>> an even number of zeros in its binary representation.
>>
>> #lang racket
>> (require metapict metapict/structs)
>>
>
> How do I install metapict ?
>
> I tried through the package manager with the github repo url, but it claims
> that a MANIFEST file is missing.

This happens when you leave off the `.git` suffix, even with the
current snapshot.

Sam


Posted on the users mailing list.