pyaiml21.interpreter

The AIML Interpreter.

This package contains the implementation of AIML 2.1 compatible interpreter for pyaiml21.

In addition to the interpreter, the module offers an interactive debugger to check the AIML source code.

pyaiml21.interpreter.debugger

Simple interactive AIML debugger.

pyaiml21.interpreter.symbol_table

Symbol table for the interpreter.

pyaiml21.interpreter.walker

Tree-walking interpreter.