Skip to content
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

Build never stops (if a grammar is not provided?) #5

Open
asfarley opened this issue Sep 9, 2022 · 3 comments
Open

Build never stops (if a grammar is not provided?) #5

asfarley opened this issue Sep 9, 2022 · 3 comments

Comments

@asfarley
Copy link

asfarley commented Sep 9, 2022

To reproduce:

  • Clone repo
  • Open in VS2022
  • Change target framework to net6.0
  • Build

The build process appears to go looking for a .y file, doesn't find it, and never terminates. I am not sure whether it's an issue in MSBuild or this project.

@asfarley
Copy link
Author

asfarley commented Sep 9, 2022

Even the 'Clean' step does not work for me. I will follow up with Microsoft to see if this is a new issue in MSBuild.

@ernstc
Copy link

ernstc commented Dec 5, 2022

Hi @asfarley, I have simplified the use of GPLEX/GPPG in Visual Studio by developing this Nuget package: YaccLexTools
Recentley I have upgraded it for supporting .NET Core and .NET 6, so unless you need to change the original code, you can use these tools by using nuget packages.

@asfarley
Copy link
Author

asfarley commented Dec 5, 2022

@ernstc very interesting, I will take a look since I'm currently in the middle of developing some grammars/lexicons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants