parol-ls 4.4.0

Language server for parol parser generator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod declaration_fmt;
mod dispatch;
mod entry_user_fmt;
mod format_impl;
mod grammar_core_fmt;
mod helpers;
mod last_token;
mod production_fmt;
mod prolog_fmt;
mod scalar_fmt;
mod scanner_fmt;
mod scanner_state_fmt;
mod token_expr_fmt;
mod traits;

pub(crate) use traits::Format;
#[cfg(test)]
mod test;