fatou 0.3.0

A language server, formatter, and linter for Julia
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod ast;
pub mod cli;
pub mod config;
pub mod file_discovery;
pub mod formatter;
pub mod incremental;
pub mod linter;
pub mod lsp;
pub mod parser;
pub mod syntax;
pub mod text;