-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement lazy type graphs (resolves #153)
* Reverse control of type parsing / projection * Implement `TypeGraphReader` * Replace `ASTypeInfoCache` with static `ASNameTree` * Remove pivots * Remove `IAnonymousEntity`, `IAnonymousEntitySelector`, `ICustomConvertedEntity`, and `INamelessEntity` in favor of `IASModel.ShouldConvertFrom()` and STJ native conversion callbacks
- Loading branch information
1 parent
b27bc66
commit 16ddc8f
Showing
90 changed files
with
696 additions
and
1,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.