Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.4 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.4 KB

Rustre : Lustre v6 parser in Rust

Project report

Crates

  • rustre-parser: the main parser, emits an untyped AST
  • rustre-core: the core of the compiler

Compatibility with the official implementation

Reference implementation

Rustre is far from being compatible with the official specification.