Hi folks, I'm using ANTLRv3 for my dissertation (building a parser for Description Logics statements to be converted into OWL class definitions).
I've been using AntlrWorks to prepare a draft version of my grammar, then I started mavenizing the stuff. I experienced a problem with "monolitic" grammars (both parser and lexer) when generating Lexer and Parser:the problem is the "package" directive is added to the Parser only and not to the Lexer. I worked around it by splitting the grammar into the parser-and-lexer parts, so this email is just to report the issue, in case someone wants to fix it. For a descritpion of the problem, take a look at section " 4) CREATE A TEST CASE AND RUN IT" in this readme: http://www.servicemix.eu/_SAMPLES/READ_ME.txt You can also get the whole maven-project-root folder here: http://www.servicemix.eu/_SAMPLES/maven-test-1.zip Cheers. Corrado Campisano ---------- Messaggio inoltrato ---------- Da: Corrado Campisano <[email protected]> Date: 07 dicembre 2009 20.22 Oggetto: Re: tesi: novità ? A: Armando Stellato <[email protected]> Salve prof, nuovo aggiornamento di natura "tecnica"; ho "mavenizzato" quanto fatto finora, in allegato c'e' la cartella del progetto. Se non conosce Maven <http://maven.apache.org/>, dia un'occhiata al file "READ_ME.txt" che trova nella cartella "_DOC" nello zip allegato, c'e' la descrizione passo-passo di quello che ho fatto (e' pensato per permettere la "replica" del processo, a me innanzitutto, vista la complessita' dello strumento). PS: mi puo' dare una disponibilita' per un incontro nella settimana pre-natalizia (14-18 dicembre). Cordiali saluti, Corrado -- 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.
List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
