public
Description: Boo language integration for Visual Studio 2008
Homepage: http://www.codeplex.com/BooLangStudio
Clone URL: git://github.com/olsonjeffery/boolangstudio.git
commit  4b17393954dce478f25c375669c4dc7dc03693b0
tree    d983f097b84f19039bb96a6cb4fcd04ca02321ca
parent  d836952552c9f979fbf0d6f1f6e63a012e24e37e
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