Blog articles/EDSLs
From HaskellWiki
(Difference between revisions)
(+dsl post) |
(+write a ruby interpreter) |
||
| Line 5: | Line 5: | ||
* [http://augustss.blogspot.com/2007/06/representing-dsl-expressions-in-haskell.html Representing DSL expressions in Haskell] | * [http://augustss.blogspot.com/2007/06/representing-dsl-expressions-in-haskell.html Representing DSL expressions in Haskell] | ||
* [http://augustss.blogspot.com/2007/06/massive-overload-in-my-last-post-i-had.html Embedding a larger language into Haskell with overloading] | * [http://augustss.blogspot.com/2007/06/massive-overload-in-my-last-post-i-had.html Embedding a larger language into Haskell with overloading] | ||
| + | |||
| + | == Interpreters == | ||
| + | |||
| + | * [http://blog.moertel.com/articles/2005/03/25/writing-a-simple-ruby-evaluator-in-haskell Writing a simple Ruby evaluator in Haskell] | ||
== Code generation == | == Code generation == | ||
Revision as of 02:23, 3 July 2007
Embedded Domain Specific Languages
1 Domain specific languages
2 Interpreters
3 Code generation
- Writing x86 code generators with Harpy:
