Skip to content

Software implementation of semantic network program interpreter

License

Notifications You must be signed in to change notification settings

ostis-ai/scp-machine

Repository files navigation

scp-machine

CI license

Quick Start Docs Community

Short version: scp-machine is a software interpreter of programs in the basic programming language of the OSTIS Technology.

scp-machine interprets programs represented as knowledge graphs in the SCP Language. scp-machine is an extension to sc-machine.

Getting started

To get started, check out our quick start guide.

Documentation

  • A brief user manual and developer docs are hosted on our GitHub Pages.
    • Build documentation locally
      pip3 install mkdocs mkdocs-material
      mkdocs serve
      # and open http://127.0.0.1:8003/ in your browser

Feedback

Contributions, bug reports and feature requests are welcome! Feel free to check our issues page and file a new issue (or comment in existing ones).

License

Distributed under the MIT License. Check COPYING.MIT for more information.