Repositories
cocor-visualstudio
Coco/R plugin for Visual Studio. Automatically generate Scanner and Parser for the given Coco/R attributed grammar file (.atg) when it is saved. Also includes Item Template for Coco/R attributed grammar. more…
More info on Coco/R can be found @ http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/.
The source code has been moved to gitorious.org, all future source codes will be maintined at gitorious.org from now. Only the release binaries along with the source code snapshot will be published in codeplex.
For further contacts please mail me at mail@prabir.me or visit http://projects.prabir.me/compiler
-
Cloning this repository:
git clone git://gitorious.org/cocor-visualstudio/cocor-visualstudio.git cocor-visualstudio cd cocor-visualstudio
Add this repository as a remote to an existing local repository:
git remote add cocor-visualstudio git://gitorious.org/cocor-visualstudio/cocor-visualstudio.git git fetch cocor-visualstudio git checkout -b my-local-tracking-branch cocor-visualstudio/master_or_other_branch

