public
Fork of olsonjeffery/boolangstudio
Description: Boo language integration for Visual Studio 2008
Homepage: http://www.codeplex.com/BooLangStudio
Clone URL: git://github.com/jagregory/boolangstudio.git
boolangstudio / ATTRIBUTION.TXT
100644 23 lines (15 sloc) 0.858 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Who-coded-what in BooLangStudio:
 
* RegisterMsBuildTargetsAttribute class (in BooLangStudio project):
Based on the ProvideMSBuildTargetAttribute class in IronPython Studio, re-implemented by Jeff Olson
 
* ProjectBase stuff:
Source code linked from the Microsoft Visual Studio 2008 SDK ... I wish there were an easier way besides linking to the source, but this is the "pattern" they're forcing us to use.
 
* Boo deps:
Rodrigo B. de Oliveira and the Boo team
 
* Changes to BooLexer.cs (post-code generation from grammar) to make it play nice w/ an IDE by Jeff Olson
 
* Overload to BooParser.CreateBooLexer() by Jeff Olson
 
* Everything else (all original code), by the contributor(s) to BooLangStudio
 
Please let me know if anything is misattributed/anything is missing.
 
Thank you,
Jeff Olson
The Benevolent Dictator of BooLangStudio
olson.jeffery@gmail.com