[antlr-interest] CSharp target problems
    Robin Davies 
    rerdavies at rogers.com
       
    Sun Jun  3 09:50:44 PDT 2007
    
    
  
I'm now trying to bring up my grammar in c#. 
    System.IO.Stream fileStream = new System.IO.FileStream(file,FileMode.Open);
    ANTLRInputStream input = new ANTLRInputStream(fileStream,Encoding.UTF8);
The constructor appears to hang. I'm using the CSharp runtime out of the source distribution (which is distributed in compiled form). 
Where can I find the sources for the C# antlr runtime? All I can find is the binaries.
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20070603/7d4a6ac8/attachment-0001.html 
    
    
More information about the antlr-interest
mailing list