AFAPL2 Development Kit
From Agent Factory
Contents |
[edit]
Introduction
The AFAPL2 Development Kit contains an implementation for the AFAPL2 programming language, which is itself and extension of the pre-existing AFAPL programming language. In addition to the AFAPL2 Interpreter, the Development Kit provides the following components:
- AFAPL2 Compiler: A compiler for the AFAPL2 language.
- AFAPL2 Debugger: An Agent inspector plugin for the Agent Factory Debugger.
- AFAPL2 Parser: A parser for the AFAPL2 language that is currently used by both the compiler and the interpreter.
- Core AFAPL2 Agent Library: A set of core agent components that are commonly used by AFAPL2 agents.
Each of these components are described in more detail below. However, for a practical guide on how to develop agents using AFAPL2, please read the AFAPL2 Programmers Guide.
[edit]
AFAPL2 Compiler
TBC
[edit]
AFAPL2 Debugger
TBC
[edit]
AFAPL2 Parser
TBC
[edit]
Core AFAPL2 Agent Library
TBC
