| 3 | | Here are some things that may be particularly useful to you as an HLL developer: |
| | 3 | Here are some things that may be generally useful to you as an HLL developer: |
| | 4 | * The [http://en.wikibooks.org/wiki/Parrot_Virtual_Machine Parrot VM Wikibook] contains a nice [http://en.wikibooks.org/wiki/Parrot_Virtual_Machine/Squaak_Tutorial tutorial] on creating an HLL compiler, and other useful resources. |
| | 5 | * In the docs/ directory of the Parrot SVN repo, there are several useful references including: |
| | 6 | * [http://trac.parrot.org/parrot/browser/trunk/docs/pdds/draft/pdd29_compiler_tools.pod docs/pdds/draft/pdd29_compiler_tools.pod] |
| | 7 | * [http://trac.parrot.org/parrot/browser/trunk/docs/pdds/pdd26_ast.pod docs/pdds/draft/pdd26_ast.pod] |
| | 8 | * And everything in [http://trac.parrot.org/parrot/browser/trunk/docs/book/pct docs/book/pct] and [http://trac.parrot.org/parrot/browser/trunk/docs/pct docs/pct] |