Trevor Pocock wrote:
Main problem i have at the moment is locating parsing problems. I try to slowly add clauses to my dsl and test them using a test drl. But if a parsing problem comes with an error such as "Unable to return Declaration for identifier 'foo'" then its a real challenge to find the mistake. I've come to the conclusion many errors would be easier to locate if the expanded string (ie the result of merging the drl and dsl) was somehow available.Any tips? Which object calls the Expanders?Is there a way of configuring the parser so it logs its input? thanks Trevor --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
Hello Trevor,Put this jar in your clsspath before others and you get expantion strings in a console output.
Hope this helps. Sincerely, Ru
DSLDebugger.jar
Description: application/jar
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
