Skip to content

Commit 7ffabbb

Browse files
authored
Update README.md
1 parent 3b623ba commit 7ffabbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The known issue is that ILSourceParser might not be the fastest thing in the wor
1010
it just needs some additional JIT warming, although there could be a different reason - parsing IL is generally harder than parsing C#, mostly because IL has almost 300
1111
instructions, and we have to do over 300 checks when parsing method body to parse one instruction.
1212

13+
Available on NuGet: https://nuget.org/packages/ILSourceParser
14+
1315
### Example
1416
```cs
1517
var syntaxTree = ILSyntaxTree.ParseText(@".assembly MyAssembly { }");

0 commit comments

Comments
 (0)