Ontology Toolchain

From OXPL Wiki
Jump to navigation Jump to search

The Ontology Toolchain (ontc) is a software combining an OXPL interpreter and various development tools for this language. It is under development.

Basic idea

The underlying idea is to create a set of tools aiding the developer throughout the development process of OXPL programs. This might be useful as OXPL heavily relies on logical inference which can be difficult to comprehend. The tools share libraries for the OXPL language and knowledge base.

The goal is to provide the following features for the OXPL:

  • interpreter (and later a compiler)
  • debugger
  • formatter
  • analyzer (explore the knowledge base during programming)

External links