Dear monks,

I am currently in the planning stage of writing a 60 min. tutorial for YAPC Europe with the above title. The contents list I have planned so far is:

- Introduction: Mapping the technical territory

- Industrial and Commercial application of interpreters, translators and compilers written in Perl.

- The Starting Point: Grammar.

- Relevant Perl code design strategy

- Lexical analyser and Thrower - generic opportunities in Perl and comparison with C-implementation.

- Interpreters, design impact for some high volume throughput applications.

- Compiler and translator parser; parser tree construction and traversal in Perl.

- Code generation for translators implemented in Perl.

- Compiler code generation with Perl

- Porting with virtual and real machines.

- Pre-testing considerations

- CPAN resources, limitations for commercial and industrial application.

- other resources and limitations

I'd be grateful of any feedback, things you'd like to hear about under this topic, suggestions about the topic or subtopics, length, anecdotes from experience, offers to review the draft etc., or perhaps Perl 6 considerations I might want to address early etc. or any other comments that might help me assure the quality and usefulness of this tutorial.

Thanks in advance, sincerely, the M. __________________________________________________________________________________

^M Free your mind!


In reply to Writing Interpreters, Compilers and Translators in Perl by Moron

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.