[antlr-interest] composite grammar fails to generate lexer

T Stotts timotheus at tstotts.net
Thu May 28 21:07:09 PDT 2009


I created two files.

/* File one */
lexer grammar VhdlLex;

/* File two */
parser grammar VhdlPar;
options {
    tokenVocab=VhdlLex;
}

It works just fine now. Thanks.
-- 
aka:   timotheus
web:   http://tstotts.net/


More information about the antlr-interest mailing list