[Attempto] Source Code of RACE reasoner

Kaarel Kaljurand kaljurand at gmail.com
Tue Sep 25 10:19:16 CEST 2012


Hi,

On Mon, Sep 24, 2012 at 11:15 AM, Huan Nguyen
<huan.nguyentuong at gmail.com> wrote:
>
> In case I need to modify the APE parser, is there any way that I can have
> access to kind of APE documentation which supports the development process?

have a look at

    http://attempto.ifi.uzh.ch/site/docs/

in particular the Syntax Report:

    http://attempto.ifi.uzh.ch/site/docs/syntax_report.html

Most of the Prolog modules are documented, you can open the SWI-Prolog
documentation browser by:

  1. Go into the APE source root directory
  2. Start SWI-Prolog: swipl
  3. Enter at the Prolog prompt: doc_server(1234), [get_ape_results],
doc_browser.

Best regards,
Kaarel


More information about the attempto mailing list