Skip to content

Commit 60cdd4e

Browse files
author
小 林
committed
add Readme
1 parent 94c9b61 commit 60cdd4e

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Roslyn Syntax Tool
2+
3+
Roslyn 是以 API 为驱动的下一代编译器。RoslynSyntaxTool是利用编译器的API,来创建描述该C#程序的语法树。与在运行时创建语法树对象SyntaxTree.ParseText()相反,此工具返回在编译和执行时构造这种语法树对象的C#源代码, 在动态生成代理类的时候能派上用场
4+
5+
生成器代码来自开源RoslynOuter项目,链接: https://github.com/KirillOsenkov/RoslynQuoter
6+
7+
这是独立开发者的一个开源项目, 希望得到您的意见反馈,请将Bugs汇报至我的邮箱
8+
9+
![avatar](https://github.com/MatoApps/RoslynSyntaxTool/blob/master/RST/screenshot.png)
10+
11+
## 更新内容:
12+
13+
14+
Date | Version | Content
15+
:----------: | :-----------: | :-----------
16+
V1.0 | 2021-3-16 | 初始版本
17+
18+
19+
20+
## 安装说明:
21+
22+
1. 下载安装包 https://raw.githubusercontent.com/MatoApps/RoslynSyntaxTool/master/RST/rst.zip
23+
24+
2. 解压并双击 setup.exe 安装
25+
26+
## 运行环境
27+
28+
* Microsoft Windows 7 及以上
29+
30+
31+
32+
## 已知问题:
33+
34+
35+
## 作者信息:
36+
37+
作者:林小
38+
39+
40+
41+
42+
## License
43+
44+
The MIT License (MIT)
45+
46+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
47+
48+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
49+
50+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)