Difference between revisions of "Blog articles/EDSLs"

From HaskellWiki
Jump to navigation Jump to search
(Assuming the E stands for Embedded...)
Line 11: Line 11:
 
** [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/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]
 
** [http://augustss.blogspot.com/2007/06/disassembly-harpy-package-also-contains.html Disassembling x86]
  +
** [http://augustss.blogspot.com/2007/06/generating-more-code-with-harpy-after.html Generating more code with Harpy]
   
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 00:56, 30 June 2007

Embedded Domain Specific Languages

Domain specific languages

Code generation