FYI: Intro to parsing techniques and a simple server-side parser in Java

java <java+takeout+designer@yahoo.com>
Thu, 16 Aug 2007 06:43:36 -0400

          From comp.compilers

Related articles
FYI: Intro to parsing techniques and a simple server-side parser in Ja java+takeout+designer@yahoo.com (java) (2007-08-16)
| List of all articles for this month |

From: java <java+takeout+designer@yahoo.com>
Newsgroups: comp.compilers
Date: Thu, 16 Aug 2007 06:43:36 -0400
Organization: University of Pennsylvania
Keywords: parse, Java
Posted-Date: 17 Aug 2007 11:53:52 EDT

Hi all


As part of writing a server side framework, I've written
a mid-level tutorial about parsing techniques.


This can be seen at:


www.mollypages.org/page/grammar/


The fun stuff starts towards the middle and there are
fully worked out examples of first/follow sets etc.
towards the end of the page.


A stand-alone recursive descent parser is also available.
This is used to translate a mix of HTML/Java/ServerTags
into valid servlet code.


You can see it at:


http://mollypages.org/javadocs/src-html/fc/web/page/PageParser.html


Best regards,
--j


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.