> -----Original Message----- > From: [email protected] [mailto:antlr-interest- > [email protected]] On Behalf Of Gouasmi Thouraya > Sent: Thursday, March 25, 2010 2:32 AM > To: [email protected] > Subject: [antlr-interest] (no subject) > > Hello, > I have to develop a tool which makes the generation of a > specification in CSP-Z from a specification Z, It is possible to use > your tool ANTLR to introduce the grammar of language Z and the grammar > of language CSP-Z and rules which I have already defined textuellement > and what is that I obtain a code or this tool makes the generation he > even? > please answer me it rather possible
I think that you are asking if you can produce a grammar for the Z language and translate it in to CSP-Z via a set of rules that you have written down (but not coded). Firstly, this kind of translation is exactly what ANTLR is good at. So toolset wise, you are in the correct place. So, assuming that the languages can be translated Z->CSP-Z (and it looks like they can), then assuming that your hand written logic is correct, and assuming that you know how to code this in Java or another target language, then your project is eminently feasible. Jim List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
