[antlr-interest] Good papers for C#/Java parser stages

Alex Sedow alexsedow at mail.ru
Sat May 15 03:33:58 PDT 2004


Hi, group!

Anybody knows where to get good papers on parsing Java or C#?

At present day I try to add entity resolution mechanism to C# parser
(lexer/parser/tree generation stages is completed).
Entity resolution in C# needs to analyse two kinds of dependences: enclosure
and inheritance. These dependences form two orthogonal acyclic graphs.
Parser should reveal these dependences and organize the order of their
processing (it is the basic complexity). Is it demands (generally) infinite
number of stages? Or it is possible use finite number of stages?

Alex.



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
     antlr-interest-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 



More information about the antlr-interest mailing list