| Related articles |
|---|
| Parser for Rule Validation wellgate@my-deja.com (2001-11-08) |
| From: | wellgate@my-deja.com (David) |
| Newsgroups: | comp.compilers |
| Date: | 8 Nov 2001 01:17:22 -0500 |
| Organization: | http://groups.google.com/ |
| Keywords: | parse, question |
| Posted-Date: | 08 Nov 2001 01:17:22 EST |
I have been given the task of establishing whether a set of data
conforms to a set of rules and behaving accordingly. The type of thing
I am talking about is date<endyear, customer in customerlist, that
kind of thing.
Traditionally this type of rule checking has been hardcoded, but a
database approach is proposed.
The rest of the system is developed predominantly in C++ and my
knowledge of rule-based languages is very limited.
Can anyone suggest a library, even language or system that would help
?
Many thanks in advance
Dave
Return to the
comp.compilers page.
Search the
comp.compilers archives again.