Blog articles/EDSLs
From HaskellWiki
(Difference between revisions)
(+write a ruby interpreter) |
|||
| Line 17: | Line 17: | ||
** [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] | ** [http://augustss.blogspot.com/2007/06/generating-more-code-with-harpy-after.html Generating more code with Harpy] | ||
| + | |||
| + | == Further reading == | ||
| + | |||
| + | * [http://haskell.org/haskellwiki/Research_papers/Domain_specific_languages#Domain_specific_languages Research papers on domain specific languages in Haskell] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
Revision as of 00:30, 6 July 2007
Embedded Domain Specific Languages
Contents |
1 Domain specific languages
2 Interpreters
3 Code generation
- Writing x86 code generators with Harpy:
