-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add language CLIPS, add structures Facts and Rules to CLIPS 6.4.1 #744
Conversation
I started writing a comment on another computer and forgot to send!
There's a few ways of varying amounts of "automated":
I also noticed the contributions add new concepts (which you figured out on your own). I'll probably make some suggestions to help them match some styles we have on other concept files. |
So the tl;dr of my not merging yet is that it crashes when trying to look up this change. It's not the fault of this, and I made issue #746 for this. So it'll have to wait to get merged until that's resolved! |
No rush :) let me know if I can help |
I think #751 fixed the bug on #746 to make this work! I can merge it in now. Thanks for adding to this! I think since this was created before October it doesn't count towards Hacktoberfest, but this project is opted in, so if you want to keep contributing, future PRs in October would count towards the 4 PRs! |
What GitHub issue does this PR apply to?
Resolves #743
What changed and why?
I added the CLIPS programming language, as well as 2 structures and 4 concepts.
Checklist
Any additional comments or things to be aware of while reviewing?
Is there an automated way to test my changes?