Anyone know how to specify or otherwise make work, import grammars in C# 2 target 3.1.3?
If I specify a @namespace in the base grammars then it can't find the delegators in the generated code for the imports. If I don't specify any namespaces at all then it seems to try to use the name of my grammar for a type, which it cannot then find . If I add the @namespace option to all the grammars including the import grammars, then the main code cannot find the delegates. I can't seem to work out what the correct combination is. Anyone got any docs or can give me a hint here? Jim _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
