Difference between revisions of "Blog articles/EDSLs"

From HaskellWiki
Jump to navigation Jump to search
Line 4: Line 4:
   
 
== Code generation ==
 
== Code generation ==
  +
  +
* Writing x86 code generators with Harpy:
  +
** [http://augustss.blogspot.com/2007/06/playing-with-harpy-recently-there-was.html Generating x86 assembly]
  +
** [http://augustss.blogspot.com/2007/06/simple-compiler-in-my-last-post-i.html Compiling a DSL to x86 assembly]
  +
** [http://augustss.blogspot.com/2007/06/disassembly-harpy-package-also-contains.html Disassembling x86]
   
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 00:41, 29 June 2007

Domain specific languages

Code generation