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