From: Tim M. <tm...@cs...> - 2008-03-05 22:51:06
|
Hi, I'm not quite sure I understand, but I think you just want to know how to parse a ZML file into an AST? The class you want is called net.sourceforge.czt.parser.z.ParseUtils. There is an example of parsing a latex file using ParseUtils on the wiki: http://czt.wiki.sourceforge.net/Using+the+Z+parser+and+typechecker If I recall correctly, parsing a ZML file is much the same. You just have to give you file the extension .zml Cheers, Tim Abbas Wali wrote: > Dear Members, > hope all doing well. we are students from university of sheffield, UK. > we are doing a group project about developing a XML based SAL translator > using CZT parser. we need a bit of your help in parsing ZML > specification. can we get some help via some kind of tutorial or any > other documentation. we have gone through the API documentation but its > not that clear there. > it would be wonderful if some one can give us a hand. > thanks alot > will be waiting for your reply. > Darwin Group, > University of Sheffield > United Kingdom > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > CZT-Users mailing list > CZT...@li... > https://lists.sourceforge.net/lists/listinfo/czt-users |