-
Notifications
You must be signed in to change notification settings - Fork 11
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 vs 2017 #57
Comments
What do you mean? To build language projects, you need to build Nitra on a computer (https://github.com/rsdn/nitra/wiki/Nitra-Build-process). |
ValdD2, thanks, I've followed the instructions and build the tools successfully. However, as a newbie, I don't know what to do next to get this integrated in the VS 2007? Is there any documentation or tutorial for beginners? thanks much. |
Hello @jianyunli, I would suggest you start with one of the samples and go from there. Full Nitra parser has four major parts:
Also, you need to implement |
Hi @ionoy, thanks much, I'll get started. It says it can generate a parser for the IDE, actually that is what I need. Is it possible for my DSL, that I can put a squiggle for "incorrect" part , for example squiggle |
Yes, of course. This is an example from Mini-C: https://github.com/rsdn/Nitra-Mini-C/blob/master/Nitra-Mini-C/MiniC-ast.nitra#L203 |
is there a installer for vs 2017?
The text was updated successfully, but these errors were encountered: