Discussion:
[PROJET RTE]
vincent DAVID
2012-11-21 17:36:42 UTC
Permalink
Hi ,

I would like creat a JAVA programme for analyse RTE files and generate JAVA
Code.

RTE is a small langage like "C" code but with restriction.
(RTE is use in TRADEXPRESS woftware from GENERIX GROUP in France for build
EDIFACT Translator programm)

Can someone help me to use ANTLR ?

I would like to know if it is possible to include ANTLR in ECLIPSE IDE ....

Does exist a french documentation ?

Best regards
Vince

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
Bernard Kaiflin
2012-11-21 21:23:47 UTC
Permalink
Salut,
Ah l'exception culturelle française :)

There is a book :
http://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference

To install you can start here :
http://forums.pragprog.com/forums/206/topics/11231

For Eclipse maybe you find an answer in the mailing list archive :
http://www.antlr.org/pipermail/antlr-interest/
(download the gziped files to search inside)
or ask a question such as "ANTLR integration with Eclipse" rather than
Projet RTE.

ANTLRWORKS2 is a kind of IDE : http://tunnelvisionlabs.com/products

Lots of documentation : http://www.antlr.org

The default language for ANTLR4 generated files is Java. It automatically
generates a syntax tree and tree walker if you want. In this case all you
have to do is to write a Java class with methods corresponding to events
you want to capture. (Each grammar rule generates an enter and exit event -
Chaque entrée/sortie d'une règle de la grammaire crée un événement.)

HTH
Bonne chance !
Bernard
Post by vincent DAVID
Hi ,
I would like creat a JAVA programme for analyse RTE files and generate JAVA
Code.
RTE is a small langage like "C" code but with restriction.
(RTE is use in TRADEXPRESS woftware from GENERIX GROUP in France for build
EDIFACT Translator programm)
Can someone help me to use ANTLR ?
I would like to know if it is possible to include ANTLR in ECLIPSE IDE ....
Does exist a french documentation ?
Best regards
Vince
List: http://www.antlr.org/mailman/listinfo/antlr-interest
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
Jim Idle
2012-11-22 01:48:49 UTC
Permalink
For searching the archives please use: http://antlr.markmail.org which will
give you very good search capabilities. I believe that Eclipse plugins for
ANTLR are probably too out of date now I am afraid.

I can see no reason why you cannot create an RTE grammar in ANTLR. I am
afraid that there is no French documentation that I know of.

Jim
Post by Bernard Kaiflin
Salut,
Ah l'exception culturelle française :)
http://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference
http://forums.pragprog.com/forums/206/topics/11231
http://www.antlr.org/pipermail/antlr-interest/
(download the gziped files to search inside)
or ask a question such as "ANTLR integration with Eclipse" rather than
Projet RTE.
ANTLRWORKS2 is a kind of IDE : http://tunnelvisionlabs.com/products
Lots of documentation : http://www.antlr.org
The default language for ANTLR4 generated files is Java. It automatically
generates a syntax tree and tree walker if you want. In this case all you
have to do is to write a Java class with methods corresponding to events
you want to capture. (Each grammar rule generates an enter and exit event -
Chaque entrée/sortie d'une règle de la grammaire crée un événement.)
HTH
Bonne chance !
Bernard
Post by vincent DAVID
Hi ,
I would like creat a JAVA programme for analyse RTE files and generate
JAVA
Post by vincent DAVID
Code.
RTE is a small langage like "C" code but with restriction.
(RTE is use in TRADEXPRESS woftware from GENERIX GROUP in France for
build
Post by vincent DAVID
EDIFACT Translator programm)
Can someone help me to use ANTLR ?
I would like to know if it is possible to include ANTLR in ECLIPSE IDE
....
Post by vincent DAVID
Does exist a french documentation ?
Best regards
Vince
List: http://www.antlr.org/mailman/listinfo/antlr-interest
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
List: http://www.antlr.org/mailman/listinfo/antlr-interest
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-add
Loading...