# RTLola Frontend [![Crate](https://img.shields.io/crates/v/rtlola-frontend.svg)](https://crates.io/crates/rtlola-frontend) [![API](https://docs.rs/rtlola-frontend/badge.svg)](https://docs.rs/rtlola-frontend) [![License](https://img.shields.io/crates/l/rtlola-frontend)](https://crates.io/crates/rtlola-frontend) RTLola is a stream-based runtime verification framework. It parses an RTLola specification, analyses it, and generates executable monitors for it. The framework is separated into a front-end and several back-ends. This crate summarizes the entire RTLola front-end, which includes several sub-modules: * A parser for RTLola specifications: [rtlola-parser](https://crates.io/crates/rtlola-parser) * The RTLola high-level intermediate representation including a strong static analysis: [rtlola-hir](https://crates.io/crates/rtlola-hir) * The RTLola error reporting: [rtlola-reporting](https://crates.io/crates/rtlola-reporting) * Procedural macros: [rtlola-macros](https://crates.io/crates/rtlola-macros) # Copyright Copyright (C) CISPA - Helmholtz Center for Information Security 2021-2024. Authors: Jan Baumeister, Florian Kohn, Stefan Oswald, Frederik Scheerer, Malte Schledjewski, Maximilian Schwenger. Based on original work at Universität des Saarlandes (C) 2020. Authors: Jan Baumeister, Florian Kohn, Malte Schledjewski, Maximilian Schwenger, Marvin Stenger, and Leander Tentrup.