Files
arret
arret_compiler
arret_lsp_server
arret_rfi_derive
arret_runtime
arret_runtime_syntax
arret_syntax
stdlib
1
2
3
4
5
6
7
8
#![warn(clippy::all)]
#![warn(rust_2018_idioms)]

mod anon_fun;
pub mod datum;
pub mod error;
pub mod parser;
pub mod span;