-
Notifications
You must be signed in to change notification settings - Fork 57
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
PEG grammars for UWDs #944
Conversation
…Not yet functional.
…es for RelationTerm so far. RelationTerm now compiling.
…ports, modified construct for outer ports.
@cscaff, this branch has conflicts with main. Please fix them so that we can merge this. |
Sounds good. I'll get on that and update you. |
Ok, @jpfairbanks I should have fixed the conflicting issues. |
It looks like the build failed on linux. It can't find the ADTs.jl file, I know that paths are case sensitive on linux, but not windows and mac, so that might be the problem. |
That's the issue. I've verified locally that changing to the include statement in the main file to |
Ok, I think I've resolved it. I made that change in the main src and test files. Looks like everything still runs on my end on Windows 10. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change was not necessary because it correctly specified the path of the file, but the folders are inconsistently capitalized.
This PR migrates the UWD grammar from SyntacticModels.jl to upstream Catlab.