From 9c86e627e33e3a09e810ffc705a444873ad6fc44 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 25 Feb 2013 11:48:24 -0600 Subject: [PATCH] Add note to CreatingTargets.md about the special branch used for the CSharp target --- CreatingTargets.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CreatingTargets.md b/CreatingTargets.md index 02f283f3f..ce2f8de7b 100644 --- a/CreatingTargets.md +++ b/CreatingTargets.md @@ -30,6 +30,13 @@ The following command will add the submodule to your working repository. git submodule add -b "master" "git://github.com/antlr/antlr4.git" "reference/antlr4" +*Note:* the C# target uses a special branch of ANTLR 4 as a reference. The branch "sharpen" +is based on the "optimized" branch, but modified to operate as an input to the Sharpen tool +for automatically converting Java code to C#. The submodule for this target was added +using the following command. + + git submodule add -b "sharpen" "git://github.com/sharwell/antlr4.git" "reference/antlr4" + ## Release structure ### Code generation support