fatou 0.4.0

A language server, formatter, and linter for Julia
1
2
3
4
5
//! Text utilities shared across the CLI, diagnostics, and the language server.

pub mod line_index;

pub use line_index::{LineCol, LineIndex};