Difference between revisions of "Blog articles/Parsing"

From HaskellWiki
Jump to navigation Jump to search
Line 22: Line 22:
 
* [http://haskell.org/haskellwiki/Regular_expressions Using the new regex packages]
 
* [http://haskell.org/haskellwiki/Regular_expressions Using the new regex packages]
 
* [http://michaelspeer.blogspot.com/2007/05/initial-code-at-regular-expressions-in.html Regular expressions in Haskell]
 
* [http://michaelspeer.blogspot.com/2007/05/initial-code-at-regular-expressions-in.html Regular expressions in Haskell]
 
=== 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]
 

Revision as of 00:40, 29 June 2007