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

Implement multifield wildcards #21

Open
nilp0inter opened this issue May 7, 2018 · 3 comments
Open

Implement multifield wildcards #21

nilp0inter opened this issue May 7, 2018 · 3 comments
Assignees
Milestone

Comments

@nilp0inter
Copy link
Contributor

A multifield wildcard, denoted by a +MATCH.somename, matches any value in zero or more fields in a pattern entity.

@nilp0inter nilp0inter self-assigned this May 7, 2018
@nilp0inter nilp0inter added this to the v1.8.0 milestone May 7, 2018
@nilp0inter
Copy link
Contributor Author

An incomplete (greedy) implementation is available in this branch.

@hartmannova
Copy link

Hi,
I have this program in CLIPS, how to use multi and single field in one MATCH?
Thank you.

(deffacts numbers
(number 1 2 8 3 5)
)
(defrule print_number
(number $?first ?middle $?last)
=>
(printout t ?last crlf)
)

@lazarkrstic
Copy link

@nilp0inter Hi multifield wildcards is very important to me. Is imeplementation ready for merge and relese?

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

No branches or pull requests

3 participants