-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support .NET Core #42
Comments
Hi @sharwell - do you have any roadmap for this, or even better, an ETA for when this will be done? Is it being worked on, or on hold for now? |
@sharwell Are you waiting for the RC2 release too? Or is there anything we can help now to move this forward? Thanks! |
Seems like the discussion is now under antlr/antlr4#1142. Though PCL profile 259 might run on .NET Core, I still think a dedicate port to .NET Core is required. The PCL port has removed too many APIs to adapt to the limited PCL API surface, while .NET Core (.NET Standard) does provide more. A dedicate port can add more types and ease the pains of migrating from .NET Framework to .NET Core. |
@lextm The other issue you linked to is for ANTLR 4. This is the repository for ANTLR 3. A beta of ANTLR 4's original C# target with support for .NET Core was released to NuGet a few weeks ago. As for ANTLR 3, PCL and .NET Standard do not differ by much. The only items removed are:
|
In My PR I added a project.json. Running |
@sharwell will there be a pre-release on nuget.org soon? |
@sharwell just wondering if this will be made available on nuget anytime soon? |
I don't have a specific timeline, but it's a blocker for some other things I want to get done so hopefully I can get it resolved in a reasonable time. |
From @jeremymeng:
📝 This issue was split from #40.
The text was updated successfully, but these errors were encountered: