[Haskell-cafe] Looking for a toy imperative language implementation in Haskell for research

Vanessa McHale vamchale at gmail.com
Tue Apr 6 21:42:25 UTC 2021


I have kempe - the backend is the interesting part I guess
http://hackage.haskell.org/package/kempe

It has blocks, it's effectful, it has no loops (just recursion) though.

- Vanessa McHale

On 4/5/21 7:32 PM, Igor Moreno Santos wrote:
> Hi,
>
> I'm looking for a toy imperative language implementation in Haskell
> for research purposes. I imagine something like the language of
> arithmetic expressions from TAPL ch. 3 augmented with
> - while-loop (so the CFG has loops)
> - blocks (sequence of statements to put inside loops and conditionals)
> - assignment (otherwise we can't show any effects from sequences)
>
> I think there's probably nothing exactly like that so we might end up
> doing it ourselves but maybe there's already something out there.
>
> Thank you in advance.
>
> Regards,
> Igor Moreno
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20210406/f8ec18df/attachment.html>


More information about the Haskell-Cafe mailing list