Add note to CreatingTargets.md about the special branch used for the CSharp target

This commit is contained in:
Sam Harwell 2013-02-25 11:48:24 -06:00
parent 21846ab23c
commit 9c86e627e3
1 changed files with 7 additions and 0 deletions

View File

@ -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