|
From: | Petr Sezemsky |
Subject: | [Grammatica-users] Generating "subparsers" form one grammar. |
Date: | Fri, 16 Jan 2009 13:29:47 +0100 (CET) |
User-agent: | Alpine 1.00 (DEB 882 2007-12-20) |
Is there any way to generate "subparsers" in the same step as main parser? I mean the case when Number.grammar contains for example
INT = <<-?[0-9]+>> ... Number = Int | Real; // root node ... Int = INT; ... and the result should be NumberParser.java and IntParser.java also. Thanks
[Prev in Thread] | Current Thread | [Next in Thread] |