Introduction - If you have any usage issues, please Google them yourself
Title: Fuzzy logic Engine
Description: This dll written in C implements a fuzzy logic engine with 3 different inferencing methods - min-max, dot-sum and Yager. This engine implements also a LALR(1) parser allowing users to define fuzzy sets and rules using a definition language of mine (FSDL fuzzy system definition language - see files with .in extension).
For the parser lex and yacc famous tools were used. The project is 100 portable in any system (I developed the original version on SunOS).