Re: [Haskell-cafe] An assembly DSL example.

2012-12-19 Thread Jason Dagit
On Wed, Dec 19, 2012 at 8:08 AM, Tom Hawkins wrote: > A few folks have asked me about building EDSLs in Haskell for assembly > programming, so I've posted an example of the approach we have had success > using at BAE Systems. > > It's a bit rough, so if anyone's motivated to polish it up, by all

[Haskell-cafe] An assembly DSL example.

2012-12-19 Thread Tom Hawkins
A few folks have asked me about building EDSLs in Haskell for assembly programming, so I've posted an example of the approach we have had success using at BAE Systems. It's a bit rough, so if anyone's motivated to polish it up, by all means. https://github.com/tomahawkins/asm-dsl-example/ -Tom