[stringtemplate-interest] .Net port 3.2
Sam Harwell
sharwell at pixelminegames.com
Mon Aug 24 05:23:42 PDT 2009
Hi Thomas,
I need to spend some time checking on the assembly versions. The CSharp
and CSharp3 runtimes are not interchangeable, but they should not cause
a conflict if you reference both of them from the same assembly.
For StringTemplate, I will probably rename the StringTemplate class to
Template, StringTemplateGroup to TemplateGroup, etc., and move
everything to the Antlr3.StringTemplate namespace (now without the name
conflict).
Thanks for the feedback. I'll let you know how it goes. =)
Sam
From: Tomasz Jastrzebski [mailto:tdjastrzebski at yahoo.com]
Sent: Monday, August 24, 2009 3:35 AM
To: stringtemplate-interest at antlr.org
Cc: Sam Harwell
Subject: RE: .Net port 3.2
Hi Sam,
Apparently I am having problems with versions. It seems that your build
requires runtime version 3.1.3.6002 - at least this is what ildasm
shows. I can use your antlr runtime with my project (although it is
Pixel Mine copyrighted) but then the rest of the project containing
generated lexers and parsers does not build - Antlr.Runtime.Collections
namespace is missing from your runtime.
I see you also renamed StringTemplate namespace to ST. I would strongly
advice against such changes, althoug I understand it is a private build.
Generally, it seems that .Net dimension of this project shows early
signs of versionitis.
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/stringtemplate-interest/attachments/20090824/2572be25/attachment.html
More information about the stringtemplate-interest
mailing list