Blog articles/EDSLs
From HaskellWiki
(Difference between revisions)
(Assuming the E stands for Embedded...) |
(→Code generation) |
||
| 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
1 Domain specific languages
2 Code generation
- Writing x86 code generators with Harpy:
