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

Add language CLIPS, add structures Facts and Rules to CLIPS 6.4.1 #744

Merged
merged 5 commits into from
Oct 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
expanding names like defrule and undefrule.
mrryanjohnston committed Jul 31, 2024
commit a9745cba36d25470d21da6f111e8bf5fa532bd11
4 changes: 2 additions & 2 deletions web/thesauruses/_meta/rules_facts.json
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@
},
"categories": {
"Defining Rules": {
"defrule": "Defining Rules"
"defining_rules": "Defining Rules"
},
"Undefining Rules": {
"undefrule": "Undefining Rules"
"undefining_rules": "Undefining Rules"
},
"Asserting Facts": {
"assert": "Asserting Facts"
3 changes: 1 addition & 2 deletions web/thesauruses/meta_info.json
Original file line number Diff line number Diff line change
@@ -32,14 +32,13 @@
"control_structures": "Control Structures",
"data_types": "Data Types",
"exception_handling": "Exception Handling",
"facts": "Facts",
"functions": "Functions, Methods, and Subroutines",
"io": "Input and Output",
"language_basics": "Basics of A Programming Language",
"lists": "Lists, Arrays, and Hashed Lists",
"operators": "Logical and Mathematical/Arithmetic Operators",
"queues_stacks": "Queues and Stacks",
"rules": "Rules",
"rules_facts": "Rules and Facts",
"strings": "Strings"
}
}