forked from olsonjeffery/boolangstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ATTRIBUTION.TXT
23 lines (15 loc) · 858 Bytes
/
ATTRIBUTION.TXT
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