On Feb 17, 2009, at 12:34 PM, Johannes Luber wrote: > Sam Harwell schrieb: >> I haven't touched either of the two current C# targets (CSharp, >> CSharp2), and the CSharp3 target doesn't derive from that work at >> all. >> Also, the CSharp3 target is a work-in-progress until I finish the >> method >> naming and properties conventions so it matches the .NET standard >> patterns. However, the C# ports of the ANTLR Tool and >> StringTemplate do >> use the CSharp3 target, so I'd need to keep it in the working branch >> with those ports. Since the C# port uses the same target codegen >> templates as the Java version, the internal use of the CSharp3 >> runtime >> will not affect any users of any of the other targets. > > Ah, I see. As I haven't looked into branches with perforce, how can I > access a branch without losing access to the main branch? I want to > sync > the public interface with the CSharp3 target.
Branches are complete copies of the software and you can access both at once if your client/project maps them to your disk. some notes that might be useful: http://www.cs.usfca.edu/~parrt/course/342/lectures/multi.prog.dev.html Ter _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
