Skip to content

torfah/RTLola

 
 

Repository files navigation

RTLola

RTLola is a monitoring framework. It consist of a parser, analyzer, and interpreter for the RTLola specification language.

Modules

The implementation is split into the following modules

  • frontend: parsing, type checking, analysis, and lowering into an Intermediate Representation
  • interpreter: an interpreter that runs a monitor based on the Intermediate Representation from the frontend

Documentation

  • Syntax doc/syntax.md
  • Development doc/development.md
  • Rust API: target/doc/rtlola_frontend/index.html, target/doc/rtlola_interpreter/index.html (Note: if you want to build the documentation, use cargo doc)

Contributors

This project is based on research by the following people:

Find out more on rtlola.org.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.4%
  • Python 1.5%
  • Shell 0.1%