Adding a frontend language to the breve engine: the breve object API

This section describes how to incorporate another frontend language with breve. Using this information, you'll be able to use the breve engine from any language that can interface a C library.

The following steps are required to set up a language frontend in breve.

  • Write special callbacks for the language frontend ([link]).

  • Construct a new breve object type structure, brObjectType, and add classes to the breve engine ([link]).

  • Test the language frontend using the existing breve program ([link]).

  • If desired, connect the language frontend to an application frontend or write your own customized frontend ([link]).