]> hydra-www.ietfng.org Git - dyna2/commit
Commit some incremental progress on the K3 AST
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Tue, 2 Oct 2012 05:22:15 +0000 (01:22 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Tue, 2 Oct 2012 05:22:15 +0000 (01:22 -0400)
commit81aa1de717885b995cb8f1618a8f6f5a6a01148f
tree88d77f5ebe25dc66b58af3b3b07caba5bd02220a
parent8efcc43800e8129e5308e9f11f4a8cde8d131c83
Commit some incremental progress on the K3 AST

This snapshots some crude attempts at getting generic tuples
into the K3 AST.  At the moment it isn't working (for somewhat
annoying reasons involving universal quantification, I think)
and the AST is wired up to have tuples 2-4 (though more are
a simple matter of copy-paste-modify in a few places); some bits
are automated, but many aren't.
src/Dyna/BackendK3/AST.hs
src/Dyna/BackendK3/Automation.hs
src/Dyna/BackendK3/Examples.hs
src/Dyna/BackendK3/Render.hs
src/Dyna/XXX/MonadUtils.hs [new file with mode: 0644]
src/Dyna/XXX/THTuple.hs [new file with mode: 0644]
src/Dyna/XXX/THTupleInternals.hs [new file with mode: 0644]