Skip to content

This plugin enables the use of Coco/R inside Visual Studio 2015, 2017. It was upgraded from http://www.ssw.jku.at/coco/Tools/VSPlugin/.

Notifications You must be signed in to change notification settings

michaeldz/Coco.VSPlugin.VS2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coco/R plug-in for Visual Studio

Install the VSIX form VS Gallery.

This plugin enables the use of Coco/R inside Visual Studio 2015, 2017 and 2019.
It was upgraded from http://www.ssw.jku.at/coco/Tools/VSPlugin/.
Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k.

There are versions of Coco/R for different languages (see below). The latest versions from the University of Linz are those for C#, Java and C++, which can be downloaded from this site. An older (non-reentrant) version of Coco/R for C# and Java can be obtained from here.

Coco/R is distributed under the terms of the GNU General Public License (slightly extended).

About

This plugin enables the use of Coco/R inside Visual Studio 2015, 2017. It was upgraded from http://www.ssw.jku.at/coco/Tools/VSPlugin/.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published