Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.27 KB

File metadata and controls

58 lines (38 loc) · 1.27 KB

Core Features

Essential features and capabilities of the Rust Rule Engine.


📚 Available Documentation

Complete reference for the Grule Rule Language syntax.

Topics:

  • Rule structure and syntax
  • Conditions and actions
  • Operators and expressions
  • Built-in functions
  • Best practices

Use when: Writing rules in GRL format

High-level overview of all engine features.

Topics:

  • Forward chaining (RETE)
  • Backward chaining
  • Pattern matching
  • Streaming & CEP
  • Module system

Use when: Understanding what the engine can do


🚀 Coming Soon

Forward Chaining Guide

Deep dive into RETE algorithm and forward reasoning.

Pattern Matching Guide

Advanced pattern matching techniques.

Facts & Working Memory

Managing facts and state effectively.


🔗 Related Documentation


Navigation

📚 Documentation Home | 📖 Getting Started